diff options
-rw-r--r-- | Lisp/libobjcl.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index 3313558..5093d91 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -4,8 +4,8 @@ (pushnew (merge-pathnames (make-pathname :directory '(:relative "Objective-C" "shared_obj") - :type :unspecific - :name :unspecific) + :type "" + :name "") (asdf:component-pathname (asdf:find-system '#:objective-cl))) cffi:*foreign-library-directories*) |