Use $opt defined in the loop rather than raw string.

Fixes .
Change: 155089799
This commit is contained in:
Patrick Nguyen 2017-05-04 08:48:51 -08:00 committed by TensorFlower Gardener
parent 074ede9a23
commit 3bee923c93

2
configure vendored
View File

@ -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