diff options
author | Jack Lloyd <[email protected]> | 2017-12-10 16:10:12 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-10 16:17:12 -0500 |
commit | 538226ac37d2b54702830fc96abd7e374f0fdc9c (patch) | |
tree | 7e79c96c14004208beb4a37fb2f0a9ba35cdec7a /src/build-data/bakefile.in | |
parent | 7bb0f13450a95a2a816e78f277e31edd230f7f89 (diff) |
Fix bakefile arch setting for x86-32
Restrict bakefile to x86 since thats all that is supported.
Diffstat (limited to 'src/build-data/bakefile.in')
-rw-r--r-- | src/build-data/bakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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; |