This commit is contained in:
Zengtudor 2024-09-21 23:47:41 +08:00
parent a1d0c25e6c
commit 6f7c341216
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ target("dna_pybind")
if is_plat("windows")then if is_plat("windows")then
set_filename("dna.pyd") set_filename("dna.pyd")
else else
set_basename("dna") set_filename("libdna.so")
end end
set_filename("dna.pyd") set_filename("dna.pyd")
add_files("src/main.cpp") add_files("src/main.cpp")