We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6481fb + 3a3e86d commit 2fa60a2Copy full SHA for 2fa60a2
utils/build-script-impl
@@ -2374,7 +2374,7 @@ for host in "${ALL_HOSTS[@]}"; do
2374
# Configure TensorFlow and build using bazel.
2375
(cd "${source_dir}"; echo yes "" | ./configure)
2376
with_pushd "${source_dir}" \
2377
- call bazel build -c opt "${TENSORFLOW_BAZEL_OPTIONS[@]}" --define framework_shared_object=false //tensorflow:libtensorflow.so
+ call ${HOST_BAZEL} build -c opt "${TENSORFLOW_BAZEL_OPTIONS[@]}" --define framework_shared_object=false //tensorflow:libtensorflow.so
2378
2379
# TensorFlow builds itself and doesn't use CMake.
2380
continue
0 commit comments