Skip to content

Commit

Permalink
Ninja: pass arguments to genericmake onto ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 25, 2017
2 parents 7252c7d + 331ed0b commit b6b535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genericmake
Expand Up @@ -42,7 +42,7 @@ if [ $exitCode -ne 0 ]; then
fi

if [ $ninjaFound = true ]; then
ninja
ninja $*
else
make $*
fi
Expand Down

0 comments on commit b6b535c

Please sign in to comment.