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:
parent
44820827d1
commit
09720e2da2
2 changed files with 10 additions and 16 deletions
|
|
@ -4,4 +4,4 @@
|
|||
(in-package :example)
|
||||
|
||||
(defun main ()
|
||||
(format t "i <3 ~S" (who)))
|
||||
(format t "i <3 ~A~%" (who)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue