فهرست منبع

Update xmake.lua

Jérôme Leclercq 9 ماه پیش
والد
کامیت
41e7efc590
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      packages/o/openal-soft/xmake.lua

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

@@ -29,7 +29,10 @@ package("openal-soft")
     end
 
     if is_plat("windows", "mingw") then
-        add_syslinks("ole32", "shell32", "user32", "winmm", "kernel32")
+        add_syslinks("ole32", "shell32", "user32", "winmm", "kernel32", "avrt")
+        if is_plat("mingw") then
+            add_syslinks("uuid")
+        end
     elseif is_plat("linux", "cross") then
         add_syslinks("dl", "pthread")
      elseif is_plat("bsd", "cross") then