diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 10 |
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 |