]> git.saurik.com Git - cycript.git/blob - Darwin.mk
Grr!
[cycript.git] / Darwin.mk
1 dll := dylib
2
3 # XXX: objective-c exists on non-Darwin
4
5 header += Struct.hpp ObjectiveC.hpp
6 code += ObjectiveC.o
7 filters += ObjC
8
9 Struct.hpp:
10 $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@