summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 7a591db050b..18f0fd1554c 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -509,6 +509,13 @@ if _OPTIONS["targetos"]=="windows" then
configuration { }
end
+
+configuration { "x64", "gmake" }
+ linkoptions {
+ "--image-base 0x100000000",
+ }
+configuration { }
+
-- Avoid error when invoking genie --help.
if (_ACTION == nil) then return false end