X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.asd;h=0fdd54ca6c761e28afcc4d0d94650b61b1f48314;hb=cd4742b1fa22fe825030ad8d5d014f4b83122560;hp=b2e33c9ac34f1a88adc1e4e7456608b2e6d89848;hpb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;p=clsql.git diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index b2e33c9..0fdd54c 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -19,6 +19,8 @@ (defpackage #:clsql-postgresql-system (:use #:asdf #:cl)) (in-package #:clsql-postgresql-system) +#+(and allegro macosx) (push "so" excl::*load-foreign-types*) + #+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem clsql-postgresql :name "cl-sql-postgresql"