mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Use the debug option for conf.CheckWXConfig on OS X as on Unix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6085 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -150,7 +150,7 @@ def CheckWXConfigPosix(context, version, debug):
|
||||
# use `wx-config --debug` if it's in its help
|
||||
helpoutput = SystemWXConfig(context.env,'--help')[1]
|
||||
if helpoutput.find('--debug') != -1:
|
||||
context.Message('--debug')
|
||||
context.Message('--debug ')
|
||||
if SystemWXConfig(context.env,'--debug --libs')[0] == 0:
|
||||
context.env['wxconfig'] = context.env['wxconfig'] +' --debug'
|
||||
return CheckWXConfigVersion(context, version)
|
||||
|
Reference in New Issue
Block a user