shithub: qk1

Download patch

ref: c6c201b3ca6c2020d9b47b0c1240a03030ac5315
parent: 116362c0962a42879d05384c796d569194fa2354
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Feb 1 13:47:06 EST 2024

link with libnetwork on Haiku

--- a/meson.build
+++ b/meson.build
@@ -145,6 +145,9 @@
 		]
 		network = cc.find_library('ws2_32')
 	else
+		if host_machine.system() == 'haiku'
+			network = cc.find_library('network')
+		endif
 		src_sys += [
 			'net_udp_unix.c',
 			'sys_unix.c',