mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
scons fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1464 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -193,8 +193,8 @@ env['HAVE_X11'] = conf.CheckPKG('x11')
|
||||
#osx 64 specifics
|
||||
if env['osx64']:
|
||||
# SDL and WX are broken on osx 64
|
||||
env['HAVE_SDL'] = 0
|
||||
env['HAVE_WX'] = 0;
|
||||
# env['HAVE_SDL'] = 0
|
||||
# env['HAVE_WX'] = 0;
|
||||
compileFlags += ['-arch' , 'x86_64', '-DOSX64']
|
||||
|
||||
# Gui less build
|
||||
|
Reference in New Issue
Block a user