Browse Source

Update xmake.lua

Jérôme Leclercq 8 tháng trước cách đây
mục cha
commit
41e7efc590
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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