diff options
author | 2015-04-06 10:46:21 +0200 | |
---|---|---|
committer | 2015-04-06 10:46:21 +0200 | |
commit | 1de80e729e9826f9c2fdd2b12de4e773db9a450f (patch) | |
tree | 5cf6109c819f413e37a556db11d7c4e3a80fdd22 /scripts/genie.lua | |
parent | fa95f5ca854bac087d834a609c46fcd2c7300fc4 (diff) |
macosx build fix (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 9287d43cdc7..e743050a349 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -477,6 +477,7 @@ else linkoptions { "-arch i386", } + configuration { } end end |