1
0
forked from 0ad/0ad

Of course, the elf64 hack should also only apply to linux.

This was SVN commit r6953.
This commit is contained in:
Simon Brenner 2009-07-12 15:20:09 +00:00
parent f28ab0c473
commit 50cdce055c

View File

@ -40,7 +40,7 @@ if OS == "windows" then
has_broken_pch = false
else
project.cxxtestpath = "../../build/bin/cxxtestgen.pl"
if arch == "amd64" then
if OS == "linux" and arch == "amd64" then
-- Hack for amd64 linux - tell nasm to product 64-bit elf.
project.nasmformat = "elf64"
end