1e7ce557 JF |
1 | dll := dylib |
2 | |
4de0686f JF |
3 | # XXX: objective-c exists on non-Darwin |
4 | |
5 | header += Struct.hpp ObjectiveC.hpp |
6 | code += ObjectiveC.o |
7 | filters += ObjC |
1e7ce557 JF |
8 | |
9 | Struct.hpp: |
10 | $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@ |