diff options
Diffstat (limited to '3rdparty/genie/scripts/genie.lua')
| -rw-r--r-- | 3rdparty/genie/scripts/genie.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua index 291dd526bac..6d6157a8c23 100644 --- a/3rdparty/genie/scripts/genie.lua +++ b/3rdparty/genie/scripts/genie.lua @@ -46,7 +46,7 @@ } buildoptions { - "-m64", + "$(MPARAM)", } configuration "Debug" @@ -86,8 +86,8 @@ links { "CoreServices.framework" } configuration { "macosx", "gmake" } - buildoptions { "-mmacosx-version-min=10.6" } - linkoptions { "-mmacosx-version-min=10.6" } + buildoptions { "-mmacosx-version-min=11.0" } + linkoptions { "-mmacosx-version-min=11.0" } configuration {} |
