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')