summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ws.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ws.tcl b/lib/ws.tcl
index 5e082af7..7232e264 100644
--- a/lib/ws.tcl
+++ b/lib/ws.tcl
@@ -1,5 +1,5 @@
set cc [C]
-$cc cflags -I./vendor/wslay/lib/includes
+# $cc cflags -I./vendor/wslay/lib/includes
$cc include <errno.h>
$cc include <sys/socket.h>
@@ -171,8 +171,8 @@ $cc proc wsDestroy {wslay_event_context_ptr ctx} void {
// FIXME: free the WsSession
wslay_event_context_free(ctx);
}
-$cc endcflags ./vendor/wslay/lib/.libs/libwslay.a
-
+# $cc endcflags ./vendor/wslay/lib/.libs/libwslay.a
+$cc endcflags /usr/lib/libwslay.so
set wsLib [$cc compile]
# This pipe is used so that other threads can queue up messages to
# send out through WebSockets.