From 958e9bd1e096c002a154f217c084041d1ad436d0 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Sat, 26 Jun 2010 13:56:29 +0000 Subject: [PATCH] Oops. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5798 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 0de1b88353..6ff215bb22 100644 --- a/SConstruct +++ b/SConstruct @@ -255,6 +255,7 @@ if sys.platform == 'darwin': conf = env.Configure(custom_tests = tests, config_h="Source/Core/Common/Src/Config.h") +env['HAVE_OPENCL'] = 0 if not sys.platform == 'win32': if env['opencl']: env['HAVE_OPENCL'] = conf.CheckPKG('OpenCL')