From acef487f8a73cb5298b930609b331e443f56cd31 Mon Sep 17 00:00:00 2001 From: tmator Date: Wed, 23 Dec 2009 09:11:12 +0000 Subject: [PATCH] small opencl build fix on osx git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4722 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index a5b9811e47..50a41e3cda 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -60,6 +60,8 @@ if sys.platform == 'darwin': files += [ 'cocoaGL.m', ] conf.CheckPKG('OpenGL') + if gfxenv['HAVE_OPENCL']: + gfxenv['FRAMEWORKS'] += ['OpenCL'] elif sys.platform == 'win32': print name + " is assuming that you have opengl, glu, cg, and cggl"