Commit a42b3f6cfba38e6797974ed2790159902705fea7

Thomas de Grivel 2018-05-30T12:10:51

fix build on linux

1
2
3
4
5
6
7
8
9
10
11
diff --git a/thot.asd b/thot.asd
index 7a5ecac..5b4998b 100644
--- a/thot.asd
+++ b/thot.asd
@@ -28,5 +28,5 @@
   ((:file "package")
    (:file "thot" :depends-on ("package"))
    (:file "thot-simple" :depends-on ("thot"))
-   #+threads (:file "thot-threaded" :depends-on ("thot-simple"))
+   (:file "thot-threaded" :depends-on ("thot-simple"))
    #+linux (:file "thot-epoll" :depends-on ("thot-threaded"))))