Created
March 17, 2016 16:38
-
-
Save lispnik/780a701f58db236011f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+(and asdf darwin) | |
(defmethod asdf:perform :after ((o asdf:load-op) (c (eql (asdf:find-system "cffi")))) | |
(let ((library-directories (intern "*FOREIGN-LIBRARY-DIRECTORIES*" (find-package "CFFI")))) | |
(set library-directories | |
(cons #p"/opt/local/lib/" (symbol-value library-directories))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment