Oops
This commit is contained in:
parent
885804e58a
commit
9806231b5c
|
|
@ -128,7 +128,7 @@ function NazaraBuild:Execute()
|
||||||
language("C++")
|
language("C++")
|
||||||
location(_ACTION)
|
location(_ACTION)
|
||||||
|
|
||||||
if (self.Config["PremakeProject"] && os.is("windows")) then
|
if (self.Config["PremakeProject"] and os.is("windows")) then
|
||||||
local commandLine = "premake5.exe " .. table.concat(_ARGV, ' ')
|
local commandLine = "premake5.exe " .. table.concat(_ARGV, ' ')
|
||||||
project("_PremakeProject")
|
project("_PremakeProject")
|
||||||
kind("Utility")
|
kind("Utility")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue