Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Jan 8, 2024
1 parent 16cfe76 commit 58f34b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def has_ext_modules(foo):
build_dir = os.path.join(this_dir, "build")

def copy_shared_libraries():
build_path = os.path.join(staging_dir, "pyframe3dd")
build_path = os.path.join(staging_dir, "ccblade")
for root, _dirs, files in os.walk(build_path):
for f in files:
if f.endswith((".so", ".lib", ".pyd", ".pdb", ".dylib", ".dll")):
Expand Down

0 comments on commit 58f34b5

Please sign in to comment.