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:
Soren Jorvang
2010-06-04 02:58:35 +00:00
parent ad82320107
commit 84c55c3e4e
7 changed files with 7 additions and 229 deletions

View File

@ -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