When referencing `NSObject`, it's enough to import `objc/NSObject.h`. Importing `Foundation` is unnecessary in these cases. Differential Revision: https://reviews.llvm.org/D99867
7 lines
125 B
Makefile
7 lines
125 B
Makefile
DYLIB_NAME := Container
|
|
DYLIB_OBJC_SOURCES := Container.m
|
|
OBJC_SOURCES := main.m
|
|
LD_EXTRAS := -lobjc
|
|
|
|
include Makefile.rules
|