aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-05-04 08:48:51 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-04 10:07:38 -0700
commit3bee923c93f9624ce3abf8d55173be66a7755545 (patch)
tree285817c1f0dc095365f97a6b0f3eb4c95badd1f8 /configure
parent074ede9a2371e188d27790f68b7b7ead82d8ef1d (diff)
Use $opt defined in the loop rather than raw string.
Fixes #9651. Change: 155089799
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dce59586ab..d7dde98292 100755
--- a/configure
+++ b/configure
@@ -357,7 +357,7 @@ fi
# Append CC optimization flags to bazel.rc
for opt in $CC_OPT_FLAGS; do
- write_to_bazelrc 'build:opt --cxxopt=$opt --copt=$opt'
+ write_to_bazelrc "build:opt --cxxopt=$opt --copt=$opt"
done
# Run the gen_git_source to create links where bazel can track dependencies for