Skip to content

Commit

Permalink
No dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed May 11, 2024
1 parent 6865906 commit f7bf044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ def build_cmake(self, ext):
build_temp = pathlib.Path(self.build_temp) / target_name
build_temp.mkdir(parents=True, exist_ok=True)
extdir = pathlib.Path(self.get_ext_fullpath(ext.name))
if sys.platform == "linux": # TODO: Recheck linux
extdir.mkdir(parents=True, exist_ok=True)

def concat_paths(paths):
return ''.join(path.replace('\\', '/') + ";" for path in paths)
Expand Down

0 comments on commit f7bf044

Please sign in to comment.