This commit is contained in:
Lynix 2017-08-20 21:40:42 +02:00
parent 885804e58a
commit 9806231b5c
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function NazaraBuild:Execute()
language("C++")
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, ' ')
project("_PremakeProject")
kind("Utility")