mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Fix prefix
This commit is contained in:
parent
02003f032b
commit
1150afd245
@ -556,7 +556,7 @@ function InstallDependencies {
|
||||
function Compile {
|
||||
git clone --depth 1 https://github.com/$1/$2.git
|
||||
cd $2
|
||||
./autogen.sh --prefix="$(dirname $(dirname $(pwd)))/resources/$2"
|
||||
./autogen.sh --prefix="$(cd ../.. && pwd)/resources/$2"
|
||||
make install
|
||||
cd ..
|
||||
sudo rm -rf $2
|
||||
|
Loading…
Reference in New Issue
Block a user