Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent 1626bbe commit ddf42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mdbx.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build(setup_kws: dict):
cwd=tmpdir_path
)

os.removedirs(out_lib)
shutil.rmtree(out_lib)
os.makedirs(out_lib, exist_ok=True)
shutil.copy(tmpdir_path / SO_FILE, out_lib)
shutil.copy(libmdbx_source / "LICENSE", out_lib)
Expand Down

0 comments on commit ddf42ad

Please sign in to comment.