Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: ba6e0fe9352936373aa45d9e7a56ed97efa71c22 [formerly 770aab17f7e563d8331acac45f70b9647e35ae21] Former-commit-id: 6c6612c4608021d7e6af7ae79b737144fc9f64f3
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