Build: Make compiling with make easier by adding a native plateform

Former-commit-id: 2b12eff243fba3ce25a3cd4634ac18b351b18f49
This commit is contained in:
Lynix 2015-09-28 21:27:17 +02:00
parent a959207ea3
commit b711f47304
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ function NazaraBuild:Execute()
if (#self.OrderedExtLibs > 0) then if (#self.OrderedExtLibs > 0) then
solution("NazaraExtlibs") solution("NazaraExtlibs")
platforms({"x32", "x64"}) platforms({"native", "x32", "x64"})
-- Configuration générale -- Configuration générale
configurations({ configurations({
@ -99,7 +99,7 @@ function NazaraBuild:Execute()
end end
solution("NazaraEngine") solution("NazaraEngine")
platforms({"x32", "x64"}) platforms({"native", "x32", "x64"})
-- Configuration générale -- Configuration générale
configurations({ configurations({