Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tools/ci_build/build.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 people authored and Karim Vadsariya committed Jan 30, 2025
1 parent 0728d94 commit d53cf44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
@@ -2645,7 +2645,9 @@ def main():

print(args)

if args.build_shared_lib and (args.use_tensorrt or args.use_openvino or args.use_vitisai or (args.use_qnn and args.use_qnn != "static_lib")):
if args.build_shared_lib and (
args.use_tensorrt or args.use_openvino or args.use_vitisai or (args.use_qnn and args.use_qnn != "static_lib")
):
args.enable_generic_interface = True

if os.getenv("ORT_BUILD_WITH_CACHE") == "1":

0 comments on commit d53cf44

Please sign in to comment.