fix(buildLisp): Wrap executables to set load paths correctly

I can not currently find a way to set the CFFI variables correctly to
get it to load libraries from Nix.

In the absence of that feature, a wrapper also does the trick.
This commit is contained in:
Vincent Ambo 2020-01-09 03:32:29 +00:00
parent 44820827d1
commit 09720e2da2
2 changed files with 10 additions and 16 deletions

View file

@ -4,4 +4,4 @@
(in-package :example)
(defun main ()
(format t "i <3 ~S" (who)))
(format t "i <3 ~A~%" (who)))