X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.asd;h=0fdd54ca6c761e28afcc4d0d94650b61b1f48314;hp=b2e33c9ac34f1a88adc1e4e7456608b2e6d89848;hb=cd4742b1fa22fe825030ad8d5d014f4b83122560;hpb=26a6925af6882174d868c1977dfd0844c40b9541 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"