onnxruntime windows dll (#3738)

pull/3223/merge
c8ef 9 months ago committed by GitHub
parent 05042b9044
commit 323d00539d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/o/onnxruntime/xmake.lua

@ -88,6 +88,9 @@ package("onnxruntime")
end)
on_install("windows", "linux|arm64", "linux|x86_64", "macosx", function (package)
if package:is_plat("windows") then
os.mv("lib/*.dll", package:installdir("bin"))
end
os.cp("*", package:installdir())
end)

Loading…
Cancel
Save