Skip to content

Commit

Permalink
Add MCL support into usocket.asd
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian committed Jan 3, 2010
1 parent e10bcb8 commit b809921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usocket.asd
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
:depends-on ("condition"))
#+armedbear (:file "armedbear" :pathname "backend/armedbear"
:depends-on ("condition"))
#+mcl (:file "mcl" :pathname "backend/armedbear"
:depends-on ("condition"))
))

0 comments on commit b809921

Please sign in to comment.