Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def run(self):
ext_path = self.get_ext_fullpath(ext.name)
# Create a symlink to the build directory if in editable mode, otherwise copy
link = "sym" if self.editable_mode else None
file_util.copy_file(ext_build_path, ext_path, update=1, link=link,
dry_run=self.dry_run)
file_util.copy_file(ext_build_path, ext_path, update=1, link=link,)


def _get_csrc_dir(ext_name: str):
Expand Down