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