Skip to content

Commit f8c6792

Browse files
authored
Update setup.py
1 parent 80846f5 commit f8c6792

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
@@ -70,7 +70,7 @@ def build_extension(self, ext):
7070
os.makedirs(self.build_temp)
7171

7272
if platform.processor() == 'arm':
73-
cmake_args += ['-DCMAKE_OSX_ARCHITECTURES:STRING="arm64"']
73+
cmake_args += ['-DCMAKE_OSX_ARCHITECTURES:STRING=arm64']
7474
subprocess.check_call(['cmake'] + cmake_args + [ext.sourcedir], cwd=self.build_temp, env=env)
7575
subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp)
7676
print() # Add an empty line for cleaner output

0 commit comments

Comments
 (0)