Parcourir la source

Add flags to support compilation with Homebrew libgc.

master
Ian Piumarta il y a 2 ans
Parent
révision
f6dab4a73f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/Makefile

+ 2
- 2
src/Makefile Voir le fichier

@ -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
MAIN = ccmeta

Chargement…
Annuler
Enregistrer