This commit is contained in:
Zengtudor 2024-09-21 23:55:35 +08:00
parent 913d108111
commit 057423d82b
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ target("dna_pybind")
function (target)
print(target:targetdir())
os.cp("*.py*",target:targetdir())
if is_plat("windows") then
os.cp("./dll/*.dll",target:targetdir())
end
end
)