X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8c6f738b86ccbf16cbebbdf287ed1d233f4e7fe9..549f29b57de520beee4050f6dc59889303e5b6c9:/GNUstep.mk diff --git a/GNUstep.mk b/GNUstep.mk index a1ee86f..46e0d91 100644 --- a/GNUstep.mk +++ b/GNUstep.mk @@ -1,3 +1,3 @@ -flags += $(shell gnustep-config --objc-flags) +objc += $(shell gnustep-config --objc-flags) link += $(shell gnustep-config --base-libs) include ObjectiveC.mk