Skip to content

Commit 775fcc6

Browse files
committed
build test
1 parent b5bcbaf commit 775fcc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/socketio/socketio.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "core:c"
55
when ODIN_OS == .Windows {
66
foreign import sio "system:libsocketio.lib"
77
} else when ODIN_OS == .Darwin {
8-
foreign import sio "system:libsocketio.a"
8+
foreign import sio "system:socketio"
99
} else {
1010
foreign import sio "system:socketio.a"
1111
}

0 commit comments

Comments
 (0)