Former-commit-id: 40b9e664b314de916f3a368eb4f9bdeec4656106 [formerly 3d8f980ec64eb6b03c6396052e05226b0ba003f3]
Former-commit-id: 62557219dcab794f14d8244c7a36e62dfa952b53
This commit is contained in:
Lynix
2016-05-31 13:25:03 +02:00
3 changed files with 45 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ function NazaraBuild:Execute()
if (os.is64bit()) then
platformData = {"x64", "x86"}
else
platformData = {"x64", "x86"}
platformData = {"x86", "x64"}
end
if (self.Actions[_ACTION] == nil) then