Skip to content

Instantly share code, notes, and snippets.

@ichiban
Created October 20, 2011 12:31
Show Gist options
  • Save ichiban/1301031 to your computer and use it in GitHub Desktop.
Save ichiban/1301031 to your computer and use it in GitHub Desktop.
;;; The following lines added by ql:add-to-init-file:
#-quicklisp
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))
;;; make cffi to dlopen homebrewed libraries
(require :cffi)
(setf cffi:*foreign-library-directories*
(directory "/usr/local/Cellar/**/lib"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment