Skip to content

Commit

Permalink
Merge pull request #322 from catap/master-1
Browse files Browse the repository at this point in the history
Enforce usocket on ECL
  • Loading branch information
sabracrolleton authored Aug 8, 2023
2 parents d5af863 + 06a20f2 commit 9fc1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl-postgres.asd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:version "1.33.8"
:depends-on ("md5" "split-sequence" "ironclad" "cl-base64" "uax-15"
(:feature (:or :allegro :ccl :clisp :genera
:armedbear :cmucl :lispworks)
:armedbear :cmucl :lispworks :ecl)
"usocket")
(:feature :sbcl (:require :sb-bsd-sockets)))
:components
Expand Down

0 comments on commit 9fc1e4d

Please sign in to comment.