From 395309b2d9a5eddb4f8dcb8d24f76fbeab69bafd Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 17 Feb 2020 08:29:38 +0000 Subject: [PATCH] fteextensions wasn't getting updated. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5631 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- build_wip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_wip.sh b/build_wip.sh index 7c44bca3f..224d2f8df 100755 --- a/build_wip.sh +++ b/build_wip.sh @@ -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