|
пре 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...).