You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
507 B

package third_party.cmd
@App
@AutoCmd(preserve_locals=true)
@Build(script="$(EXTERNAL_MAKE)")
@BuildArtifactPath(cppflags="-I$(abspath $(EXTERNAL_BUILD_DIR))/third_party/cmd/erlang/install/include")
@Cmd(name = "erl",
help = "erlang BEAM VM",
man = '''
NAME
Erlang programming language runtime environment and libraries (OTP)
''')
module erl{
depends embox.compat.posix.proc.sigwait_stub
depends embox.compat.posix.pthread_stack_stub
depends embox.compat.posix.pthread_scope_stub
}