From 52c912a59ed7fdfa82aaa33316ef19060eeece90 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Thu, 3 Jun 2010 01:24:26 +0000 Subject: Make wxgl mandatory on OS X. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5576 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript') diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index 6732a13b0f..9bdd52243c 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -53,9 +53,6 @@ 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') if gfxenv['HAVE_OPENCL']: gfxenv['FRAMEWORKS'] += ['OpenCL'] -- cgit v1.2.3