|
@@ -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)
|