From ddb73649f7df2be7bf173db45f21e09c1e7ee703 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 21 Dec 2022 22:34:47 +0800 Subject: fix links --- core/src/demo/xmake.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src') diff --git a/core/src/demo/xmake.sh b/core/src/demo/xmake.sh index 9958792e5..e0a753639 100755 --- a/core/src/demo/xmake.sh +++ b/core/src/demo/xmake.sh @@ -40,6 +40,8 @@ target "demo" # add syslinks if is_plat "mingw" "msys" "cygwin"; then add_syslinks "ws2_32" "pthread" "m" + elif is_plat "bsd"; then + add_syslinks "pthread" "m" else add_syslinks "pthread" "dl" "m" "c" fi -- cgit v1.3.1