mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Apparently, that SConstruct file was correct already...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6397 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -97,7 +97,6 @@ elif sys.platform == 'darwin' and env['HAVE_WX']:
|
|||||||
env.Fixup(exeGUIdist, exeGUI)
|
env.Fixup(exeGUIdist, exeGUI)
|
||||||
else:
|
else:
|
||||||
files += [ 'X11Utils.cpp' ]
|
files += [ 'X11Utils.cpp' ]
|
||||||
|
|
||||||
libs += [ 'SDL' ]
|
libs += [ 'SDL' ]
|
||||||
exeGUI = env['binary_dir'] + '/dolphin-emu'
|
exeGUI = env['binary_dir'] + '/dolphin-emu'
|
||||||
exeNoGUI = env['binary_dir'] + '/dolphin-emu-nogui'
|
exeNoGUI = env['binary_dir'] + '/dolphin-emu-nogui'
|
||||||
|
Reference in New Issue
Block a user