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