mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
osx compile fixes + wx latest non working try
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1501 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
607f5b289f
commit
835f38c6e0
4 changed files with 10 additions and 10 deletions
|
@ -96,7 +96,8 @@ conf.Define('HAVE_XXF86VM', gfxenv['HAVE_XXF86VM'])
|
|||
conf.Finish()
|
||||
|
||||
# change to True if you want to compile with SDL
|
||||
useSDL = not (gfxenv['HAVE_X11'] and gfxenv['HAVE_XXF86VM'])
|
||||
useSDL = not ((gfxenv['HAVE_X11'] and gfxenv['HAVE_XXF86VM'])
|
||||
or gfxenv['HAVE_COCOA'])
|
||||
|
||||
|
||||
if useSDL and not gfxenv['HAVE_SDL']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue