mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
add cocoa in ogl plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@976 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -63,7 +63,10 @@ if gfxenv['osx64']:
|
||||
if sys.platform == 'darwin':
|
||||
platform = 'mac'
|
||||
# SDL is currently the only way to get video on Mac OS X.
|
||||
useSDL = True
|
||||
if gfxenv['osx64']:
|
||||
useSDL = False
|
||||
else:
|
||||
useSDL = True
|
||||
# TODO: clean it up (use incpath and libpath)
|
||||
# Use libraries from MacPorts.
|
||||
compileFlags.append('-I/opt/local/include')
|
||||
|
Reference in New Issue
Block a user