diff options
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. |