From 0fa0e7f068a29084d0c7cb7b9b3fea68f52eb285 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 23 Nov 2011 12:54:41 +0000 Subject: [PATCH] Do not override --prefix in simulator.sh. --- simulator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator.sh b/simulator.sh index 37ff153..634d38b 100755 --- a/simulator.sh +++ b/simulator.sh @@ -58,4 +58,4 @@ done lflags=${lflags[*]} export LTFLAGS=${lflags} -./configure --prefix=/usr "$@" +./configure "$@" -- 2.49.0