Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 9c57593

Browse files
committed
trying to make Intel mac work... (this didn't do help?)
Signed-off-by: Luke Nezda <lnezda@gmail.com>
1 parent 17277f6 commit 9c57593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CMakeBuild(build_ext):
7171

7272
@staticmethod
7373
def _is_target_file(file_name: str) -> bool:
74-
if file_name.endswith(".dll") or file_name.endswith(".exe"):
74+
if file_name.endswith(".dll") or file_name.endswith(".exe") or file_name.endswith(".dylib"):
7575
return True
7676
if file_name.endswith(".so") or ".so." in file_name:
7777
return True

0 commit comments

Comments
 (0)