[WIL] Enable package on Mingw

pull/1490/head
Arthur LAURENT 2 years ago
parent 4776083a7b
commit b24cf92cbb
No known key found for this signature in database
GPG Key ID: 686C6F604A855428
  1. 2
      packages/w/wil/xmake.lua

@ -7,7 +7,7 @@ package("wil")
add_urls("https://github.com/microsoft/wil.git")
add_versions("2022.09.16", "5f4caba4e7a9017816e47becdd918fcc872039ba")
on_install("windows", function (package)
on_install("windows", "mingw", function (package)
os.cp("include", package:installdir())
end)

Loading…
Cancel
Save