X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8c6f738b86ccbf16cbebbdf287ed1d233f4e7fe9..a815a4d64f594b6c2ee7270935263289cc42f64d:/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