This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fixup building on rebar2
pc-test
Paul J. Davis
3 years ago
parent
75cafb4166
commit
8f0c8321f2
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
rebar.config
+ 4
- 0
rebar.config
View File
@ -7,6 +7,10 @@
]}.
{port_env, [
% Drop -lerl_interface
{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
{"win32", "ERL_LDFLAGS", " /LIBPATH:$ERL_EI_LIBDIR ei.lib"},
{".*", "FLTO_FLAG", ""},
{"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
Write
Preview
Loading…
Cancel
Save