diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-04-20 17:18:32 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-04-20 17:18:32 +0000 |
| commit | 235147b648657e646c79c182d52186f772294e78 (patch) | |
| tree | 9bd66b3f936efc32dc9947d0164ace54b49ba820 /lib/ws.tcl | |
| parent | Merge commit 'refs/pullreqs/253' (diff) | |
| download | folk-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.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
