Paste #262491 |
pasted on 06.06.2022 09:46
- Edit to this paste
- Raw
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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)
''')
|
