Skip to content

Commit

Permalink
Update tools/ci_build/github/apple/build_apple_framework.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Chen <[email protected]>
  • Loading branch information
YUNQIUGUO and edgchen1 authored Nov 22, 2023
1 parent f71cfce commit f196eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/github/apple/build_apple_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _parse_build_settings(args):
build_settings["build_osx_archs"] = build_settings_data.get("build_osx_archs", DEFAULT_BUILD_OSX_ARCHS)

if "build_params" in build_settings_data:
build_settings["build_params"] = build_settings_data.get("build_params")
build_settings["build_params"] = build_settings_data["build_params"]
else:
raise ValueError("build_params is required in the build config file")

Expand Down

0 comments on commit f196eb9

Please sign in to comment.