This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove erl_interface from makefile template
fixes
https://github.com/erlang/rebar3/issues/2323
pull/2331/head
Fred Hebert
4 years ago
parent
7ccbc0bd86
commit
72895d6387
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/Makefile
+ 1
- 1
priv/templates/Makefile
View File
@ -34,7 +34,7 @@ endif
CFLAGS
+=
-fPIC -I
$(
ERTS_INCLUDE_DIR
)
-I
$(
ERL_INTERFACE_INCLUDE_DIR
)
CXXFLAGS
+=
-fPIC -I
$(
ERTS_INCLUDE_DIR
)
-I
$(
ERL_INTERFACE_INCLUDE_DIR
)
LDLIBS
+=
-L
$(
ERL_INTERFACE_LIB_DIR
)
-le
rl_interface -le
i
LDLIBS
+=
-L
$(
ERL_INTERFACE_LIB_DIR
)
-lei
LDFLAGS
+=
-shared
# Verbosity.
Write
Preview
Loading…
Cancel
Save