فهرست منبع

improve catch2

ruki 1 سال پیش
والد
کامیت
193868d8e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/c/catch2/xmake.lua

+ 1 - 1
packages/c/catch2/xmake.lua

@@ -26,7 +26,7 @@ package("catch2")
     if is_plat("mingw") and is_subhost("msys") then
         add_extsources("pacman::catch")
     elseif is_plat("linux") then
-        add_extsources("pacman::catch2-git", "apt::catch2")
+        add_extsources("pacman::catch2", "apt::catch2")
     end
 
     on_load(function (package)