From 1532f812322b4a394917f0b101aafafc57651d94 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 3 Apr 2015 01:54:26 +1100 Subject: [PATCH] Enable BGFX by default on Snow Leopard --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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