summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-06-07 16:47:41 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-06-07 16:47:41 +0200
commit48fb1dfb855c3b459f7dd77d478062966c1f0613 (patch)
treeb73282f086cefdeba79106ad8ad1f630374ad42f /scripts/genie.lua
parent041ba8bc2fa406abf9a38aaac74710f08d121dc2 (diff)
lets make it just for mingw (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua10
1 files changed, 3 insertions, 7 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index dbb5bb21381..6e78efaf1b7 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -506,16 +506,12 @@ if _OPTIONS["targetos"]=="windows" then
defines {
"X64_WINDOWS_ABI",
}
+ linkoptions {
+ "-Wl,--image-base=0x100000000",
+ }
configuration { }
end
-
-configuration { "x64", "gmake" }
- linkoptions {
- "-Wl,--image-base=0x100000000",
- }
-configuration { }
-
-- Avoid error when invoking genie --help.
if (_ACTION == nil) then return false end