Craig Tiller 11 anni fa
parent
commit
ce192ed4f3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/run_tests/run_tests.py

+ 1 - 1
tools/run_tests/run_tests.py

@@ -282,7 +282,7 @@ class Build(object):
     return []
     return []
 
 
   def make_targets(self):
   def make_targets(self):
-    return ['static', 'shared']
+    return ['static']
 
 
   def build_steps(self):
   def build_steps(self):
     return []
     return []