]> git.saurik.com Git - cycript.git/blob - ObjectiveC.mk
Found the garbage collection bug from hell (classes apparently really need /something...
[cycript.git] / ObjectiveC.mk
1 filters += ObjectiveC
2 header += Struct.hpp ObjectiveC.hpp
3 code += ObjectiveC.o Library.o
4
5 Struct.hpp:
6 $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@