From a27fc79e86ef9de0f0f1912a6b7743e7d1ccb12f Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 28 Jul 2017 17:59:01 +0000 Subject: [PATCH] A fairly pointless change. I'm just committing this to try and kick synthesis into making a build like it should have. git-svn-id: https://svn.eduke32.com/eduke32@6397 1a8010ca-5511-0410-912e-c29ae57300e0 --- platform/synthesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/synthesis.sh b/platform/synthesis.sh index b93968437..c28a47cdd 100755 --- a/platform/synthesis.sh +++ b/platform/synthesis.sh @@ -9,7 +9,7 @@ lockfile=$top/synthesis_building source=$top/eduke32 output=/var/www/dukeworld.duke4.net/eduke32/synthesis make=( make -Bj4 SYNTHESIS=1 PLATFORM=WINDOWS CROSS='i686-w64-mingw32-' CC='i686-w64-mingw32-gcc' CXX='i686-w64-mingw32-g++' AS='nasm' PRETTY_OUTPUT=0 SDLCONFIG='' ) -make64=( make -Bj4 SYNTHESIS=1 PLATFORM=WINDOWS CROSS='x86_64-w64-mingw32-' CC='x86_64-w64-mingw32-gcc' CXX='x86_64-w64-mingw32-g++' AS='nasm' PRETTY_OUTPUT=0 SDLCONFIG='' ) +make64=( make -Bj4 SYNTHESIS=1 PLATFORM=WINDOWS CROSS='x86_64-w64-mingw32-' CC='x86_64-w64-mingw32-gcc' CXX='x86_64-w64-mingw32-g++' AS='yasm' PRETTY_OUTPUT=0 SDLCONFIG='' ) clean= # the following file paths are relative to $source