summaryrefslogtreecommitdiffstats
path: root/lib/ws.tcl
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2026-04-20 17:18:32 +0000
committers-ol <s+removethis@s-ol.nu>2026-04-20 17:18:32 +0000
commit235147b648657e646c79c182d52186f772294e78 (patch)
tree9bd66b3f936efc32dc9947d0164ace54b49ba820 /lib/ws.tcl
parentMerge commit 'refs/pullreqs/253' (diff)
downloadfolk-s-ol/workaround.tar.gz
folk-s-ol/workaround.zip
workaround wslays-ol/workaround
Diffstat (limited to 'lib/ws.tcl')
-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.