This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
ccmeta
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add flags to support compilation with Homebrew libgc.
master
Ian Piumarta
2 years ago
parent
e6221cd68a
commit
f6dab4a73f
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Makefile
+ 2
- 2
src/Makefile
View File
@ -1,5 +1,5 @@
CFLAGS
=
-I/opt/local/include -std
=
gnu99 -Wall -Wno-unused-label -Wno-unused-function -g
LDLIBS
=
-L/opt/local/lib -lgc -lm
CFLAGS
=
-I/opt/local/include -
I/opt/homebrew/include -
std
=
gnu99 -Wall -Wno-unused-label -Wno-unused-function -g
LDLIBS
=
-L/opt/local/lib -
L/opt/homebrew/lib -
lgc -lm
TREE
=
-t
TREE
=
-t
MAIN
=
ccmeta
MAIN
=
ccmeta
Write
Preview
Loading…
Cancel
Save