Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 25, 2025
1 parent 881d525 commit 579316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ def generate_build_tree(
raise BuildError("unknown python arch")
elif is_macOS():
for kvp in cmake_extra_args:
key, value = s.split("=")
key, value = kvp.split("=")
if key == "CMAKE_OSX_ARCHITECTURES" and len(value.split(";")) == 2:
triplet = "universal2-osx"
if triplet:
Expand Down

0 comments on commit 579316f

Please sign in to comment.