git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5798 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-06-26 13:56:29 +00:00
parent 10b76db391
commit 958e9bd1e0
1 changed files with 1 additions and 0 deletions

View File

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