mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-26 21:50:26 +00:00
ios-toolchain: build.sh: ignore 'git clean' return status
This commit is contained in:
parent
3d198530ae
commit
59d21d2c79
@ -112,7 +112,7 @@ echo "*** building cctools / ld64 ***"
|
||||
echo ""
|
||||
|
||||
pushd ../../cctools &>/dev/null
|
||||
git clean -fdx . &>/dev/null
|
||||
git clean -fdx . &>/dev/null || true
|
||||
./autogen.sh
|
||||
./configure --target=$TRIPLE --prefix=$TARGETDIR
|
||||
make -j4 && make install
|
||||
|
Loading…
Reference in New Issue
Block a user