summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 89b60a6366e..0376b306139 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -570,14 +570,6 @@ configuration { "gmake or ninja" }
dofile ("toolchain.lua")
-if _OPTIONS["targetos"]=="windows" then
- configuration { "x64" }
- defines {
- "X64_WINDOWS_ABI",
- }
- configuration { }
-end
-
-- Avoid error when invoking genie --help.
if (_ACTION == nil) then return false end