diff options
Diffstat (limited to 'bin/bootstrap.py')
-rwxr-xr-x | bin/bootstrap.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py index a8030e12..211570a2 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -261,6 +261,8 @@ def bootstrap(): dirs.remove('test') if 'execution_api' in dirs: dirs.remove('execution_api') + if 'other_tools' in dirs: + dirs.remove('other_tools') for f in files: if f.endswith(".cpp"): cpp_files.append(os.path.join(root, f)) |