]> git.saurik.com Git - cycript.git/blame - Darwin.mk
Separated out Objective-C and C language extensions using a new Filter.sh shell scrip...
[cycript.git] / Darwin.mk
CommitLineData
1e7ce557
JF
1dll := dylib
2
4de0686f
JF
3# XXX: objective-c exists on non-Darwin
4
5header += Struct.hpp ObjectiveC.hpp
6code += ObjectiveC.o
7filters += ObjC
1e7ce557
JF
8
9Struct.hpp:
10 $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@