diff options
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,10 +39,10 @@ nop: configure: if [ 'x$(OPK_HOST_PLAT)' = 'xbootstrap1' ]; then \ - oh-autoconfigure -B "$(builddir)" -- \ + oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \ $(bootstrap1_opts); \ else \ - oh-autoconfigure -B "$(builddir)" -- \ + oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \ $(full_opts); \ fi touch $@ |