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

This reverts commit ee268879a325e3f62741e57dbe8790fbcc78498f [formerly 3720c0c8924e277e5cab757cc1950adba88bd66b].


Former-commit-id: 2314caedebd2b98ea2fba756c27d4edc76fb0e5c
This commit is contained in:
Lynix
2015-09-28 21:38:33 +02:00
parent e572a65449
commit 69d98fa724

View File

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