diff options
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/demo/xmake.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
