Skip to content

Commit

Permalink
Fixed bad build
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinho Fernandes committed Nov 16, 2013
1 parent 82e4606 commit 46621a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ def object_file(fn):
inputs = fn)

libwheels = 'bin/libwheels.a'
if src_files:
ninja.build(libwheels, 'lib',
inputs = obj_files)
ninja.build(libwheels, 'lib',
inputs = obj_files)

test_src_files = list(get_files('test', '*.c++'))
test_obj_files = [object_file(fn) for fn in test_src_files]
Expand Down

0 comments on commit 46621a7

Please sign in to comment.