From 0f133d48d0985b66f7e69d82da45095b8172acd6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 21 Jan 2014 14:46:31 -0800 Subject: [PATCH] The cycript wrapper script should use Cycript.lib. --- cycript.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.47.2