summaryrefslogtreecommitdiff
path: root/core/src/cli
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-22 20:51:31 +0800
committerruki <[email protected]>2025-11-22 22:54:07 +0800
commit450a73ee5c2923a6420e10101e4cb10f4de75786 (patch)
treecbb08d3c7fda4f36fe6245021bdc585515b33129 /core/src/cli
parent76a0bd604dd7dd39e6f9e49969bb1a14bc1ac3b2 (diff)
add netbsd
Diffstat (limited to 'core/src/cli')
-rwxr-xr-xcore/src/cli/xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/cli/xmake.sh b/core/src/cli/xmake.sh
index e2b388213..12fffe1af 100755
--- a/core/src/cli/xmake.sh
+++ b/core/src/cli/xmake.sh
@@ -53,7 +53,7 @@ target "cli"
add_options "atomic"
if is_plat "mingw" "msys" "cygwin"; then
add_syslinks "ws2_32" "pthread" "m"
- elif is_plat "bsd"; then
+ elif is_plat "bsd" "solaris"; then
add_syslinks "pthread" "m"
elif is_plat "haiku"; then
add_syslinks "pthread" "network" "m"