From d396d2d56db50c57a55688c17b93995ae21a971a Mon Sep 17 00:00:00 2001 From: xpxz <97490782+heheda123123@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:49:51 +0800 Subject: [PATCH] Update xmake.lua --- packages/v/vld/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/v/vld/xmake.lua b/packages/v/vld/xmake.lua index 90c79a470de..96148133e7f 100644 --- a/packages/v/vld/xmake.lua +++ b/packages/v/vld/xmake.lua @@ -8,7 +8,7 @@ package("vld") add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true}) - on_install("windows", function (package) + on_install("windows|!arm64", function (package) io.replace("src/tests/basics/Allocs.cpp", "#error Unsupported compiler", '#define CRTDLLNAME _T("ucrtbase.dll")', {plain=true}) io.replace("src/tests/suite/testsuite.cpp", "#error Unsupported compiler", '#define CRTDLLNAME _T("ucrtbase.dll")', {plain=true}) local configs = {"vld_vs16.sln"}