mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Deprecate nowx on OS X (but keep it building for sanity checking).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5598 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -381,6 +381,7 @@ if env['USE_WX']:
|
||||
# gui-less build
|
||||
if env['nowx']:
|
||||
env['HAVE_WX'] = 0;
|
||||
env['USE_WX'] = 0;
|
||||
else:
|
||||
if sys.platform == 'darwin':
|
||||
# 2.9 is needed for 64-bit support on OS X
|
||||
|
Reference in New Issue
Block a user