diff --git a/examples/ffi/test.sh b/examples/ffi/test.sh index cb48c98718..f499565428 100755 --- a/examples/ffi/test.sh +++ b/examples/ffi/test.sh @@ -5,4 +5,5 @@ set -e ./app/build/bin/app ./lib/build/bin/test -${LAKE:-../../build/bin/lake} -d app build Test +cd app # Library loading needs this; TODO: fix this +${LAKE:-../../../build/bin/lake} build Test