mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Merge pull request #230 from abrodkin/clang-auto-install
build_clang.sh: Allow unmanned instllation
This commit is contained in:
commit
cc1823a726
@ -130,12 +130,21 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "$ENABLE_CLANG_INSTALL" ]; then
|
||||
echo ""
|
||||
echo "Done!"
|
||||
echo ""
|
||||
echo -n "cd into '$PWD/$stage' and type 'make install' to install "
|
||||
echo "clang/llvm to '$INSTALLPREFIX'"
|
||||
echo ""
|
||||
else
|
||||
pushd $stage &>/dev/null
|
||||
$MAKE install -j $JOBS VERBOSE=1
|
||||
popd &>/dev/null
|
||||
echo ""
|
||||
echo "Done!"
|
||||
echo ""
|
||||
fi
|
||||
|
||||
popd &>/dev/null # llvm
|
||||
popd &>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user