From: Jay Freeman (saurik) Date: Tue, 21 Jan 2014 22:46:31 +0000 (-0800) Subject: The cycript wrapper script should use Cycript.lib. X-Git-Tag: v0.9.500~3 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/0f133d48d0985b66f7e69d82da45095b8172acd6 The cycript wrapper script should use Cycript.lib. --- diff --git a/cycript.in b/cycript.in index 08bc5bc..8307b53 100644 --- a/cycript.in +++ b/cycript.in @@ -19,4 +19,4 @@ # along with Cycript. If not, see . # }}} -DYLD_LIBRARY_PATH=.libs exec .libs/cycript_ "$@" +DYLD_LIBRARY_PATH=Cycript.lib exec Cycript.lib/cycript "$@"