Skip to content

Commit 2fa60a2

Browse files
authored
Merge pull request #29475 from apple/compnerd-tensorflow-bazel
Update build-script-impl
2 parents e6481fb + 3a3e86d commit 2fa60a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ for host in "${ALL_HOSTS[@]}"; do
23742374
# Configure TensorFlow and build using bazel.
23752375
(cd "${source_dir}"; echo yes "" | ./configure)
23762376
with_pushd "${source_dir}" \
2377-
call bazel build -c opt "${TENSORFLOW_BAZEL_OPTIONS[@]}" --define framework_shared_object=false //tensorflow:libtensorflow.so
2377+
call ${HOST_BAZEL} build -c opt "${TENSORFLOW_BAZEL_OPTIONS[@]}" --define framework_shared_object=false //tensorflow:libtensorflow.so
23782378

23792379
# TensorFlow builds itself and doesn't use CMake.
23802380
continue

0 commit comments

Comments
 (0)