diff options
author | 2015-04-03 01:54:26 +1100 | |
---|---|---|
committer | 2015-04-03 01:54:26 +1100 | |
commit | 1532f812322b4a394917f0b101aafafc57651d94 (patch) | |
tree | aa647a8ac0adce679a8be8a275d08e026ad36724 /scripts/genie.lua | |
parent | 397265f2fc786f7d25ea32984abda9ddd6228390 (diff) |
Enable BGFX by default on Snow Leopard
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 1bf1b0c7378..cb1d5e6ad17 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -223,7 +223,7 @@ if _OPTIONS["NOASM"]=="1" and not _OPTIONS["FORCE_DRC_C_BACKEND"] then end USE_BGFX = 1 -if (_OPTIONS["targetos"]=="macosx" and os_version < 100700) then +if (_OPTIONS["targetos"]=="macosx" and os_version < 100600) then USE_BGFX = 0 end if(_OPTIONS["USE_BGFX"]~=nil) then |