From: Jay Freeman (saurik) Date: Fri, 20 Nov 2009 17:47:21 +0000 (+0000) Subject: I hate Apple's sham of a compiler. X-Git-Tag: v0.9.432~138 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/0f3a21d5b29b24a0a10277141ea8c60e54843358 I hate Apple's sham of a compiler. --- diff --git a/Execute.mk b/Execute.mk index 130355f..0ca2737 100644 --- a/Execute.mk +++ b/Execute.mk @@ -9,6 +9,6 @@ Bridge.gperf: Bridge.def Bridge.sh ./Bridge.sh Bridge.def >Bridge.gperf Bridge.hpp: Bridge.gperf - gperf $< >$@ + gperf $< | sed -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@ Bridge.o: Bridge.hpp diff --git a/ObjectiveC/Library.mm b/ObjectiveC/Library.mm index 3608867..bd5ccdf 100644 --- a/ObjectiveC/Library.mm +++ b/ObjectiveC/Library.mm @@ -66,7 +66,7 @@ #include "Error.hpp" #include "JavaScript.hpp" #include "String.hpp" -#include "Bridge.hpp" +#include "Execute.hpp" #include #include