summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-04-03 01:54:26 +1100
committer Vas Crabb <vas@vastheman.com>2015-04-03 01:54:26 +1100
commit1532f812322b4a394917f0b101aafafc57651d94 (patch)
treeaa647a8ac0adce679a8be8a275d08e026ad36724 /scripts/genie.lua
parent397265f2fc786f7d25ea32984abda9ddd6228390 (diff)
Enable BGFX by default on Snow Leopard
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
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