From: Douglas William Thrift Date: Sat, 17 Apr 2010 05:56:14 +0000 (+0000) Subject: Oops! That broke the Linux build with GNUstep. X-Git-Tag: v0.9.432~92 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/b112996a4bb584811bbdd2156a068f6024a59bed?ds=sidebyside Oops! That broke the Linux build with GNUstep. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index c714b45..1e2628c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -157,12 +157,12 @@ ifeq ($(CY_OBJECTIVEC),1) filters += ObjectiveC header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp code += ObjectiveC/Output.lo ObjectiveC/Replace.lo ObjectiveC/Library.lo -code += Handler.lo Struct.hpp: $$($(objcxx) -print-prog-name=cc1obj) -print-objc-runtime-info $@ ifeq ($(CY_OBJECTIVEC_MACH),1) +code += Handler.lo cflags += -DCY_ATTACH inject += Mach/Inject.lo