This commit is contained in:
Zengtudor 2024-09-22 00:16:52 +08:00
parent 057423d82b
commit 06be753876
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ target("dna_pybind")
after_build(
function (target)
print(target:targetdir())
os.cp("*.py*",target:targetdir())
os.cp("*.py*",target:targetdir().."/dna/")
if is_plat("windows") then
os.cp("./dll/*.dll",target:targetdir())
end