always build 64bit under Linux 64bit system, rather then 32bit
This commit is contained in:
@@ -27,7 +27,15 @@
|
||||
defines {"_DEBUG=1"}
|
||||
flags { "Symbols", "StaticRuntime" , "NoMinimalRebuild", "NoEditAndContinue" ,"FloatFast"}
|
||||
|
||||
platforms {"x32", "x64"}
|
||||
if os.is("Linux") then
|
||||
if os.is64bit() then
|
||||
platforms {"x64"}
|
||||
else
|
||||
platforms {"x32"}
|
||||
end
|
||||
else
|
||||
platforms {"x32", "x64"}
|
||||
end
|
||||
|
||||
configuration {"x32"}
|
||||
targetsuffix ("_" .. act)
|
||||
@@ -101,4 +109,4 @@
|
||||
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
0
build/premake4_linux
Normal file → Executable file
0
build/premake4_linux
Normal file → Executable file
0
build/premake4_linux64
Normal file → Executable file
0
build/premake4_linux64
Normal file → Executable file
Reference in New Issue
Block a user