소스 검색

Update xmake.lua

Jérôme Leclercq 8 달 전
부모
커밋
f9032b108f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/o/openal-soft/xmake.lua

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

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