Former-commit-id: 83cc49b12f755992b3404d80a02e031ffc2b896f [formerly 4fd3213e75e9173f105657f03deec08b14478e52]
Former-commit-id: e77aa02a9fd576d98f06068680a1da66d42f38d2
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