This website works better with JavaScript.
Home
Explore
Help
Sign In
MaximeBarniaudy
/
minproto
forked from
piumarta/minproto
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Include libffi in executable.
master
Ian Piumarta
11 months ago
parent
4b75732a7e
commit
3d36581570
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -9,7 +9,7 @@ OFLAGS += $(GFLAGS) -O3 -DNDEBUG -DTYPECODES=1 -DDELOPT=1
PFLAGS
+=
$(
OFLAGS
)
-pg
CFLAGS
+=
-D_GNU_SOURCE -I/opt/local/include
LDLIBS
+=
-L/opt/local/lib
LDLIBS
+=
-lgc -lm
LDLIBS
+=
-lgc -lm
-lffi
MAIN
=
minproto
Write
Preview
Loading…
Cancel
Save