We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5342c commit 7ddab11Copy full SHA for 7ddab11
rebar.config
@@ -7,7 +7,7 @@
7
{port_env, [
8
{"DRV_LDFLAGS","-shared $ERL_LDFLAGS -lpthread"},
9
{"darwin", "DRV_LDFLAGS", "-bundle -flat_namespace -undefined suppress $ERL_LDFLAGS -lpthread"},
10
- {"solaris", "ERL_CFLAGS", "-lnsl $ERL_CFLAGS"},
+ {"solaris", "ERL_LDFLAGS", "-lnsl $ERL_LDFLAGS"},
11
{"DRV_CFLAGS","-Ic_src -Wall -fPIC $ERL_CFLAGS"},
12
{"LDFLAGS", "$LDFLAGS -lpthread"}
13
]}.
0 commit comments