Use $opt defined in the loop rather than raw string.
Fixes #9651. Change: 155089799
This commit is contained in:
parent
074ede9a23
commit
3bee923c93
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user