diff options
Diffstat (limited to 'ninja.lua')
| -rw-r--r-- | ninja.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -397,7 +397,7 @@ function fetch(method) else script = '$basedir/scripts/fetch-'..method..'.sh' end - build('fetch-'..method, '$dir/fetch', {'|', '$dir/ver', script}) + build('fetch', '$dir/fetch', {'|', '$dir/ver', script}, {script=script}) if basedir ~= '.' then build('phony', '$gendir/fetch', '$dir/fetch') end |
