diff options
Diffstat (limited to 'build-root/bootstrap.sh')
-rwxr-xr-x | build-root/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/bootstrap.sh b/build-root/bootstrap.sh index f83734fd4af..2949c1806c2 100755 --- a/build-root/bootstrap.sh +++ b/build-root/bootstrap.sh @@ -45,7 +45,7 @@ cd $wsroot cd $build_root echo Compile native tools -for tool in vppapigen +for tool in tools do make V=0 is_build_tool=yes $tool-install done |