Allow building on OS X with static wx libs.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6400 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-11-14 03:10:11 +00:00
parent 17662d4ac6
commit 9b12ad6c94
4 changed files with 5 additions and 67 deletions

View File

@ -47,7 +47,7 @@ if env['HAVE_WX']:
wxlibs = [ 'debwx', 'debugger_ui_util', 'inputuicommon' ]
else:
files+= [
files += [
'MainNoGUI.cpp',
'cmdline.c',
]
@ -61,6 +61,8 @@ elif sys.platform == 'darwin' and env['HAVE_WX']:
exeGUI = 'Dolphin'
exeGUIdist = '#' + env['prefix'] + '/Dolphin.app/Contents/MacOS/Dolphin'
wxlibs += env['wxconfiglibs']
env.Install('#' + env['prefix'] + '/Dolphin.app/Contents/' +
'Library/Frameworks/Cg.framework',
'#Externals/Cg/Cg.framework/Cg')