From 538226ac37d2b54702830fc96abd7e374f0fdc9c Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 10 Dec 2017 16:10:12 -0500 Subject: Fix bakefile arch setting for x86-32 Restrict bakefile to x86 since thats all that is supported. --- src/build-data/bakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data/bakefile.in') diff --git a/src/build-data/bakefile.in b/src/build-data/bakefile.in index 3e808faac..5592ec488 100644 --- a/src/build-data/bakefile.in +++ b/src/build-data/bakefile.in @@ -29,7 +29,7 @@ includedirs += build/include/external; libs += "%{i}"; %{endfor} -archs = %{arch}; +archs = %{bakefile_arch}; vs2013.option.ClCompile.DisableSpecificWarnings = "4250;4251;4275"; vs2013.option.ClCompile.WarningLevel = Level4; -- cgit v1.2.3