Skip to content

Commit

Permalink
append
Browse files Browse the repository at this point in the history
  • Loading branch information
GhazanfarShahbaz committed Jun 20, 2024
1 parent bba0c1f commit 5f05485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_extension(self, ext):
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]

if(platform.system() == "Darwin"):
cmake_args.push('-DCMAKE_CXX_FLAGS=-march=armv8-a')
cmake_args.append('-DCMAKE_CXX_FLAGS=-march=armv8-a')

build_args += ['--', '-j2']

Expand Down

0 comments on commit 5f05485

Please sign in to comment.