From c1e59483fabb0daef020f11964964e3686ea7a7e Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 17 Mar 2026 23:43:30 +0800 Subject: fix dotnet on msys --- tests/projects/csharp/multiple_library/test.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/projects/csharp/multiple_library/test.lua') diff --git a/tests/projects/csharp/multiple_library/test.lua b/tests/projects/csharp/multiple_library/test.lua index e67becab3..d909316b7 100644 --- a/tests/projects/csharp/multiple_library/test.lua +++ b/tests/projects/csharp/multiple_library/test.lua @@ -1,6 +1,9 @@ import("detect.sdks.find_dotnet") function test_build(t) + if is_subhost("msys") then + return t:skip("csharp not supported on msys") + end local dotnet = find_dotnet() if dotnet and dotnet.sdkver then t:build() -- cgit v1.3.1