Skip to content

Commit

Permalink
Fix CI-- try linking .so against boost
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Herstine committed Sep 16, 2023
1 parent 23cbe05 commit 4a9831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-fs-generator
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
testdir=/tmp/scribbu-test/scheme
mkdir -p $testdir/a/b
touch $testdir/foo $testdir/a/bar $testdir/a/b/splat
LD_LIBRARY_PATH=${abs_top_builddir}/scribbu/.libs guile -L ${srcdir}/../scheme -s ${srcdir}/test-fs-generator.scm
LD_LIBRARY_PATH=${abs_top_builddir}/scribbu/.libs:$LD_LIBRARY_PATH guile -L ${srcdir}/../scheme -s ${srcdir}/test-fs-generator.scm

0 comments on commit 4a9831b

Please sign in to comment.