Skip to content

Commit

Permalink
lispPackages.clwrapper: Fix a typo in dynamic-library-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Feb 1, 2018
1 parent 8818546 commit 4c379db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
Expand Up @@ -101,7 +101,7 @@ nix_lisp_build_system(){
:separator \":\")
for l in sb-alien::*shared-objects*
for ns := (sb-alien::shared-object-namestring l)
do (and (> (length ns) 0) (not (equal (elt ns 0) "/"))
do (and (> (length ns) 0) (not (equal (elt ns 0) \"/\"))
(let*
((prefix (find-if (lambda (s) (probe-file (format nil \"~a/~a\" s ns))) libpath))
(fullpath (and prefix (format nil \"~a/~a\" prefix ns))))
Expand Down

0 comments on commit 4c379db

Please sign in to comment.