Build: Fix default platform on 32bits os
Former-commit-id: 01a32275da73f662048a9acb4750c43e7d483305
This commit is contained in:
@@ -9,7 +9,7 @@ function NazaraBuild:Execute()
|
|||||||
if (os.is64bit()) then
|
if (os.is64bit()) then
|
||||||
platformData = {"x64", "x86"}
|
platformData = {"x64", "x86"}
|
||||||
else
|
else
|
||||||
platformData = {"x64", "x86"}
|
platformData = {"x86", "x64"}
|
||||||
end
|
end
|
||||||
|
|
||||||
if (self.Actions[_ACTION] == nil) then
|
if (self.Actions[_ACTION] == nil) then
|
||||||
|
|||||||
Reference in New Issue
Block a user