Skip to content

Commit d713bad

Browse files
authored
fix
1 parent c76ea1e commit d713bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class BuildExt(build_ext):
106106
}
107107

108108
if sys.platform == 'darwin':
109-
from setuptools._distutils.unixccompiler import UnixCCompiler
109+
from setuptools.distutils.unixccompiler import UnixCCompiler
110110
UnixCCompiler.src_extensions.append(".mm")
111111
UnixCCompiler.language_map[".mm"] = "objc"
112112

0 commit comments

Comments
 (0)