Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit ff1f2c6

Browse files
committed
test: "fix" library loading issues
1 parent 32f0dbe commit ff1f2c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: examples/ffi/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -e
55
./app/build/bin/app
66
./lib/build/bin/test
77

8-
${LAKE:-../../build/bin/lake} -d app build Test
8+
cd app # Library loading needs this; TODO: fix this
9+
${LAKE:-../../../build/bin/lake} build Test

0 commit comments

Comments
 (0)