Explorar o código

add more command string for scons

Rogerz Zhang %!s(int64=12) %!d(string=hai) anos
pai
achega
158e9cdf91
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tools/building.py

+ 2 - 0
tools/building.py

@@ -125,7 +125,9 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
     if not GetOption('verbose'):
         # override the default verbose command string
         env.Replace(
+            ARCOMSTR = 'AR $TARGET',
             ASCOMSTR = 'AS $TARGET',
+            ASPPCOMSTR = 'AS $TARGET',
             CCCOMSTR = 'CC $TARGET',
             CXXCOMSTR = 'CXX $TARGET',
             LINKCOMSTR = 'LINK $TARGET'