For Makefile.rules, the modification of CFLAGS (addition of -arch $(ARCH) for Darwin) needs to come before the consuming of CFLAGS, not after. llvm-svn: 137140
7 lines
114 B
Makefile
7 lines
114 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
LD_EXTRAS ?= -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|