This commit is contained in:
Matt Nish-Lapidus 2024-11-22 16:26:46 -05:00
parent 86219fee55
commit 842ea7a681
4 changed files with 40 additions and 19 deletions

View file

@ -7,13 +7,15 @@
(when (probe-file quicklisp-init)
(load quicklisp-init)))
(push (pathname "~/source/_cl/") ql:*local-project-directories*)
;; (push (pathname "~/quicklisp/") ql:*local-project-directories*)
(ql:quickload :cffi :silent t)
(pushnew (merge-pathnames ".nix-profile/lib/" (user-homedir-pathname))
cffi:*foreign-library-directories*)
(pushnew (merge-pathnames ".nix-profile/lib64/" (user-homedir-pathname))
cffi:*foreign-library-directories*)
(pushnew (merge-pathnames "/run/current-system/sw/share/nix-ld/lib/" (user-homedir-pathname))
cffi:*foreign-library-directories*)
(defun pkg-config-add-lib (libname)