summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
diff options
context:
space:
mode:
authortmator <tmator@gmail.com>2009-12-23 07:37:59 +0000
committertmator <tmator@gmail.com>2009-12-23 07:37:59 +0000
commited84a87ed1ea22eced2adacf1152407c2d9b777b (patch)
treeefadb250bf1d1ae086dbddb140184685c69c0e23 /Source/Plugins/Plugin_VideoSoftware/Src/SConscript
parent043681a37f8deb81ee04675b77170b471d9c6c44 (diff)
fix video software plugin build on osx
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4719 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
index 221f7bec41..a5b9811e47 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
@@ -56,6 +56,8 @@ conf = gfxenv.Configure(custom_tests = tests,
if sys.platform == 'darwin':
gfxenv['FRAMEWORKS'] = ['CoreFoundation', 'System', 'OpenGL', 'Cocoa', 'Cg']
+ compileFlags += ['-x','objective-c++',]
+ files += [ 'cocoaGL.m', ]
conf.CheckPKG('OpenGL')