llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/Makefile

10 lines
204 B
Makefile

OBJC_SOURCES := main.m
include Makefile.rules
ifneq (,$(findstring arm,$(ARCH)))
LD_EXTRAS = -framework Foundation -framework UIKit
else
LD_EXTRAS = -framework Foundation -framework Cocoa
endif