Skip to content

Commit

Permalink
library path
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed May 12, 2024
1 parent 28f01b9 commit b404db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo $CL_SOURCE_REGISTRY
pwd
$SBCL_SRC/run-sbcl.sh --script script.lisp
echo $LD_LIBRARY_PATH
echo $LIBRARY_PATH
gcc -Wall -fPIC -shared -o libcalc.dll libcalc.c -lsbcl
gcc -Wall -o example example.c -lsbcl -lcalc
echo "(+ 1 2)" | ./example

0 comments on commit b404db1

Please sign in to comment.