Oops.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5798 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
10b76db391
commit
958e9bd1e0
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue