Use libtool from correct location

This commit is contained in:
Willem Toorop 2017-06-01 15:32:50 +02:00
parent bc0052d4bb
commit 8cef8b1f95
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[ -f .tpkg.var.test ] && source .tpkg.var.test
make && "${BUILDDIR}/build/libtool" exec valgrind -v --log-file=valgrind.log --leak-check=full --error-exitcode=1 --track-origins=yes "./${TPKG_NAME}" | (
make && "${BUILDDIR}/build-stub-only/libtool" exec valgrind -v --log-file=valgrind.log --leak-check=full --error-exitcode=1 --track-origins=yes "./${TPKG_NAME}" | (
read PORT
read PORT2