diff options
Diffstat (limited to '3rdparty/genie/scripts/genie.lua')
-rw-r--r-- | 3rdparty/genie/scripts/genie.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua index 7e64ad9a68a..de537253079 100644 --- a/3rdparty/genie/scripts/genie.lua +++ b/3rdparty/genie/scripts/genie.lua @@ -77,6 +77,9 @@ links { "m" } linkoptions { "-rdynamic" } + configuration "linux" + define { "_FILE_OFFSET_BITS=64" } + configuration "macosx" targetdir "../bin/darwin" defines { "LUA_USE_MACOSX" } |