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