updates
This commit is contained in:
parent
86219fee55
commit
842ea7a681
4 changed files with 40 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue