fteextensions wasn't getting updated.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5631 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a5c1adc630
commit
395309b2d9
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ if [ -e "$HOME/nocompat_readme.html" ]; then
|
|||
fi
|
||||
|
||||
#this really should use the native cpu type... until then we use 32bit in case anyone's still using a 32bit kernel.
|
||||
if [ "$BUILD_LINUXx32" != "n" ]; then
|
||||
if [ "$BUILD_LINUXx86" != "n" ]; then
|
||||
echo "--- QC builds ---"
|
||||
rm -rf $QCCBUILDFOLDER 2>&1
|
||||
mkdir -p $QCCBUILDFOLDER
|
||||
|
|
Loading…
Reference in a new issue