mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 08:45:19 +00:00
compile behaviour first
This commit is contained in:
parent
541ab9345f
commit
4fab1215fe
@ -5,6 +5,11 @@
|
|||||||
{edoc_opts, [{dialyzer_specs, all}]}.
|
{edoc_opts, [{dialyzer_specs, all}]}.
|
||||||
{validate_app_modules, true}.
|
{validate_app_modules, true}.
|
||||||
|
|
||||||
|
{erl_first_files, [
|
||||||
|
"src/msgpack_ext.erl"
|
||||||
|
]}.
|
||||||
|
|
||||||
|
|
||||||
%% {port_sources, ["c_src/*.c"]}.
|
%% {port_sources, ["c_src/*.c"]}.
|
||||||
%% {port_env, [
|
%% {port_env, [
|
||||||
%% %% Make sure to set -fPIC when compiling leveldb
|
%% %% Make sure to set -fPIC when compiling leveldb
|
||||||
|
Loading…
Reference in New Issue
Block a user