소스 검색

Add extsources for molten-vk (#2599)

ImperatorS79 1 년 전
부모
커밋
f45240addc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      packages/m/moltenvk/xmake.lua

+ 4 - 0
packages/m/moltenvk/xmake.lua

@@ -10,6 +10,10 @@ package("moltenvk")
     add_versions("1.1.5", "2cdcb8dbf2acdcd8cbe70b109dadc05a901038c84970afbe4863e5e23f33deae")
     add_versions("1.2.0", "6e7af2dad0530b2b404480dbe437ca4670c6615cc2ec6cf6a20ed04d9d75e0bd")
 
+    if is_plat("macosx") then
+        add_extsources("brew::molten-vk")
+    end   
+
     on_fetch("macosx", function (package, opt)
         if opt.system then
             import("lib.detect.find_path")