|
|
@ -1,3 +1,5 @@ |
|
|
|
{project_plugins, [pc]}. |
|
|
|
|
|
|
|
{port_specs, [ |
|
|
|
{"priv/jiffy.so", [ |
|
|
|
"c_src/*.c", |
|
|
@ -36,5 +38,8 @@ |
|
|
|
verbose |
|
|
|
]}. |
|
|
|
|
|
|
|
{pre_hooks, [{"", compile, "escript enc compile"}]}. |
|
|
|
{post_hooks, [{"", clean, "escript enc clean"}]}. |
|
|
|
{provider_hooks, |
|
|
|
[{pre, [ |
|
|
|
{compile, {pc, compile}}, |
|
|
|
{clean, {pc, clean}} |
|
|
|
]}]}. |