We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80846f5 commit f8c6792Copy full SHA for f8c6792
setup.py
@@ -70,7 +70,7 @@ def build_extension(self, ext):
70
os.makedirs(self.build_temp)
71
72
if platform.processor() == 'arm':
73
- cmake_args += ['-DCMAKE_OSX_ARCHITECTURES:STRING="arm64"']
+ cmake_args += ['-DCMAKE_OSX_ARCHITECTURES:STRING=arm64']
74
subprocess.check_call(['cmake'] + cmake_args + [ext.sourcedir], cwd=self.build_temp, env=env)
75
subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp)
76
print() # Add an empty line for cleaner output
0 commit comments