summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/Makefile
blob: 385b557c9af0a6146f396bf48b6e2c955dfb56ea (plain)
1
2
3
4
5
6
7
8
9
10
11
LEVEL = ../../../make

OBJC_SOURCES := main.m

include $(LEVEL)/Makefile.rules

ifneq (,$(findstring arm,$(ARCH)))
    LD_EXTRAS = -framework Foundation -framework UIKit
else
    LD_EXTRAS = -framework Foundation -framework Cocoa
endif
OpenPOWER on IntegriCloud