Skip to content

Commit

Permalink
copy openvdb.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Jul 5, 2024
1 parent 3e66df0 commit 690f6b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/o/openvdb/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ package("openvdb")
local tbb_dir = path.directory(tbb.linkdirs[1])
os.cp(path.join(tbb_dir, "bin", "tbb*.dll"), pydpath)
end
if package:config("shared") then
os.cp(path.join(package:installdir("bin"), "openvdb.dll"), pydpath)
end
end
end
end)
Expand Down

0 comments on commit 690f6b3

Please sign in to comment.