diff options
author | 2015-04-01 10:57:03 +0200 | |
---|---|---|
committer | 2015-04-01 10:57:03 +0200 | |
commit | 42ffb726fa065a16206a355b9462f90ac2694f10 (patch) | |
tree | ff2a727c1a6c80bc80841946a649fc49c87bbdf5 /scripts/genie.lua | |
parent | d504fa25ff7e42d85447f549f18a1503ec8ee26f (diff) |
uf reverting breaks mingw (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index b95d8a11c6b..2ea08108b7f 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -333,11 +333,6 @@ if _OPTIONS["targetos"]=="windows" then "X64_WINDOWS_ABI", } configuration { } - defines { - "UNICODE", - "_UNICODE", - "main=utf8_main", - } end -- Avoid error when invoking genie --help. |