Disable PremakeProject for non-Windows OSes
This commit is contained in:
@@ -128,7 +128,7 @@ function NazaraBuild:Execute()
|
||||
language("C++")
|
||||
location(_ACTION)
|
||||
|
||||
if (self.Config["PremakeProject"]) then
|
||||
if (self.Config["PremakeProject"] && os.is("windows")) then
|
||||
local commandLine = "premake5.exe " .. table.concat(_ARGV, ' ')
|
||||
project("_PremakeProject")
|
||||
kind("Utility")
|
||||
|
||||
Reference in New Issue
Block a user