From: Jay Freeman (saurik) Date: Sun, 2 May 2010 09:46:27 +0000 (+0000) Subject: Sort of fix the ./configure based build environment. X-Git-Tag: v0.9.432~46 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/465622b1ad3295cc5d5f329d8c586f0cb15b2c51?ds=sidebyside Sort of fix the ./configure based build environment. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index e6d2ee3..e500b86 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -184,7 +184,7 @@ Mach/Inject.lo: Trampoline.t.hpp Baton.hpp %.t.hpp: %.t.cpp trampoline.sh Baton.hpp Trampoline.hpp # DOUG: abstract "lipo" and "nm" with configure? - ./trampoline.sh $@ .libs/lib$*.t.dylib $* $(sed) $(otool) lipo nm $(libtool) --mode=compile $(cxx) -dynamiclib -fno-stack-protector -fno-exceptions -I$(srcdir)/include -o lib$*.t.la $< $(cflags) + ./trampoline.sh $@ .libs/$*.t.o $* $(sed) $(otool) lipo nm $(libtool) --mode=compile $(cxx) -c -fno-stack-protector -fno-exceptions -I$(srcdir)/include -o $*.t.lo $< $(cflags) endif endif