Skip to content

Commit

Permalink
paths(...) should take an array of directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstanley committed Mar 17, 2011
1 parent e2309e9 commit 182befc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_bindings.rb
Expand Up @@ -303,7 +303,7 @@ def indent_join(indent, array)
end

def extra_sources()
paths('*', 'tests/**') +
paths('*', ['tests/**']) +
paths('*.h', EXTRA_DIRS)
end

Expand Down

0 comments on commit 182befc

Please sign in to comment.