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"