|
5 년 전 | |
---|---|---|
ebin | 5 년 전 | |
include | 5 년 전 | |
src | 5 년 전 | |
.gitignore | 5 년 전 | |
LICENSE | 5 년 전 | |
Makefile | 5 년 전 | |
README.md | 5 년 전 | |
bootstrap | 5 년 전 | |
bootstrap.bat | 5 년 전 | |
rebar.config | 5 년 전 |
windows linux mac下erlang nif或者port_driver通用编译脚本
改造自 erlang-native-compiler
default_env
make
in this directoryerlNpc
to your project "c_src" dir and commit it{pre_hooks, [{"", compile, "escript c_src/erlNpc compile"}]}.
{post_hooks, [{"", clean, "escript c_src/erlNpc clean"}]}.
After that enc should read your old rebar.config port\_specs
and port\_env
settings as expected (it is rebar2's port compiler after all...).