Build: Make compiling with make easier by adding a native plateform
Former-commit-id: 2b12eff243fba3ce25a3cd4634ac18b351b18f49
This commit is contained in:
parent
a959207ea3
commit
b711f47304
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue