Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
heheda123123 authored Sep 7, 2024
1 parent adc3625 commit d396d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v/vld/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit d396d2d

Please sign in to comment.