Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: 83cc49b12f755992b3404d80a02e031ffc2b896f [formerly 4fd3213e75e9173f105657f03deec08b14478e52] Former-commit-id: e77aa02a9fd576d98f06068680a1da66d42f38d2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user