Fix 4.4 build

pull/1724/head
Craig Tiller 10 years ago committed by Craig Tiller
parent c82a866c99
commit ce192ed4f3
  1. 2
      tools/run_tests/run_tests.py

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

Loading…
Cancel
Save