Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: 40b9e664b314de916f3a368eb4f9bdeec4656106 [formerly 3d8f980ec64eb6b03c6396052e05226b0ba003f3] Former-commit-id: 62557219dcab794f14d8244c7a36e62dfa952b53
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