浏览代码

Update xmake.lua

Jérôme Leclercq 8 月之前
父节点
当前提交
2643a93e03
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/o/openal-soft/xmake.lua

+ 2 - 2
packages/o/openal-soft/xmake.lua

@@ -36,8 +36,8 @@ package("openal-soft")
     elseif is_plat("linux", "cross") then
         add_syslinks("dl", "pthread")
      elseif is_plat("bsd", "cross") then
-        add_ldflags("pthread")
-        add_shflags("pthread")
+        add_ldflags("-pthread")
+        add_shflags("-pthread")
     elseif is_plat("android") then
         add_syslinks("dl", "OpenSLES")
     elseif is_plat("macosx", "iphoneos") then