Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Aug 20, 2017
1 parent b016870 commit 72abf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/common.lua
Expand Up @@ -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")
Expand Down

0 comments on commit 72abf66

Please sign in to comment.