forked from dolphin-emu/dolphin
more scons fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@584 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -134,7 +134,7 @@ verbose = ARGUMENTS.get('verbose', False)
|
||||
if not bool(verbose):
|
||||
env['CCCOMSTR'] = "Compiling $TARGET"
|
||||
env['CXXCOMSTR'] = "Compiling $TARGET"
|
||||
env['ARCOMSTR'] = " ar $TARGER"
|
||||
env['ARCOMSTR'] = " ar $TARGET"
|
||||
env['LINKCOMSTR'] = "Linking $TARGET"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user