brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · 919000e Raw
10 lines · plain
1OBJC_SOURCES := main.m2 3include Makefile.rules4 5ifneq (,$(findstring arm,$(ARCH)))6    LD_EXTRAS = -framework Foundation -framework UIKit7else8    LD_EXTRAS = -framework Foundation -framework Cocoa9endif10