diff options
author | 2015-03-10 19:20:56 +0100 | |
---|---|---|
committer | 2015-03-10 19:20:56 +0100 | |
commit | 4cf1bb79a924f880658819b532fa279754478c43 (patch) | |
tree | d7546be1c63362eb9c16a1c39b0e44ff5973c6ba /3rdparty/genie/scripts/genie.lua | |
parent | 25b03948bf5a17fa1f9cc7b5ee60d468dbee9992 (diff) |
sync genie (nw)
Diffstat (limited to '3rdparty/genie/scripts/genie.lua')
-rw-r--r-- | 3rdparty/genie/scripts/genie.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua index b7abaff1418..24fe8313c58 100644 --- a/3rdparty/genie/scripts/genie.lua +++ b/3rdparty/genie/scripts/genie.lua @@ -7,7 +7,8 @@ -- default when folks build using the makefile. That way they don't have to -- worry about the /scripts argument and all that. -- - + premake.make.undefine = { "TARGET" } + solution "genie" configurations { "Release", |