Skip to content

Commit

Permalink
Don't do the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 12, 2024
1 parent e408d83 commit 9582546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generate-bindings.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
(format stream "try:~%")
#+(and win32 github-ci)
(format stream " libpath = Path(os.path.join(os.environ['CONDA_PREFIX'], 'bin', 'sbcl_librarian.dll')).resolve()~%")
#-(and win32 github-ci)
(format stream " libpath = Path(find_~a()).resolve()~%" name)
(format stream "except Exception as e:~%")
(format stream " raise Exception('Unable to locate ~a') from e~%~%" name)
Expand Down

0 comments on commit 9582546

Please sign in to comment.