update
This commit is contained in:
parent
6f7c341216
commit
cc13b23417
@ -33,11 +33,9 @@ target("dna_pybind")
|
|||||||
if is_plat("windows")then
|
if is_plat("windows")then
|
||||||
set_filename("dna.pyd")
|
set_filename("dna.pyd")
|
||||||
else
|
else
|
||||||
set_filename("libdna.so")
|
set_basename("libdna.so")
|
||||||
end
|
end
|
||||||
set_filename("dna.pyd")
|
|
||||||
add_files("src/main.cpp")
|
add_files("src/main.cpp")
|
||||||
set_basename("dna")
|
|
||||||
add_shflags("-fopenmp")
|
add_shflags("-fopenmp")
|
||||||
after_build(
|
after_build(
|
||||||
function (target)
|
function (target)
|
||||||
|
Loading…
Reference in New Issue
Block a user