Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: set LD_LIBRARY_PATH for SBCL to find libquickjs-shim.so

SBCL needs the shared libraries in the search path at compile time
when quickjs-ffi.lisp loads them via CFFI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
fedac/native/docker-build.sh
··· 346 346 -I"$QJSDIR" "$BUILD/libquickjs.so" -lm 2>&1 || { err "shim build failed"; exit 1; } 347 347 348 348 # Build CL binary with SBCL 349 + export LD_LIBRARY_PATH="$BUILD:${LD_LIBRARY_PATH:-}" 349 350 sbcl --non-interactive \ 350 351 --eval '(load "/opt/quicklisp/setup.lisp")' \ 351 352 --eval '(require :asdf)' \