diff options
| author | tmator <tmator@gmail.com> | 2009-12-23 09:11:12 +0000 |
|---|---|---|
| committer | tmator <tmator@gmail.com> | 2009-12-23 09:11:12 +0000 |
| commit | acef487f8a73cb5298b930609b331e443f56cd31 (patch) | |
| tree | 199b2f77ee1a5bf0336d442947c23bc159ed9723 /Source | |
| parent | fa19e7f29946db50de8858cca357cc6a6bc7fbb3 (diff) | |
small opencl build fix on osx
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4722 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
