Skip to content

Commit

Permalink
[build fix] After renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Sep 15, 2022
1 parent 14563f8 commit 6ae7836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NINJA-config.sh
Expand Up @@ -70,7 +70,7 @@ main() {
echo DEPS prebuilt/ninja/*/deps.txt

# Reads the deps.txt files above
PYTHONPATH=. build/NINJA_main.py
PYTHONPATH=. build/ninja_main.py
}

main "$@"
2 changes: 1 addition & 1 deletion metrics/source-code.sh
Expand Up @@ -171,7 +171,7 @@ cpp-counts() {
'The goal is to make the spec tests pass, but unit tests are helpful too.' \
"$@"

ls NINJA*.sh */NINJA*.py build/ninja-*.sh | $count \
ls NINJA*.sh */NINJA*.py build/ninja*.{sh,py} | $count \
'Incremental C++ Build' '' "$@"
}

Expand Down

0 comments on commit 6ae7836

Please sign in to comment.