소스 검색

Add flags to support compilation with Homebrew libgc.

master
Ian Piumarta 2 년 전
부모
커밋
f6dab4a73f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/Makefile

+ 2
- 2
src/Makefile 파일 보기

@ -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

불러오는 중...
취소
저장