mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-25 17:11:02 +01:00
add missing conditional compilation for sbcl
Added missing #+sbcl for sb-ext:*muffled-warnings*. prevented succesfully building the application with ccl
This commit is contained in:
parent
d494fbd4ca
commit
5e1ebe0dd8
@ -117,7 +117,7 @@
|
||||
(excluding))
|
||||
`(lambda ()
|
||||
;; now is the time to load the CFFI lib we need (freetds)
|
||||
(let ((sb-ext:*muffled-warnings* 'style-warning))
|
||||
(let (#+sbcl(sb-ext:*muffled-warnings* 'style-warning))
|
||||
(cffi:load-foreign-library 'mssql::sybdb))
|
||||
|
||||
(let* ((state-before (pgloader.utils:make-pgstate))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user