llvm3.9: fix whitespace.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:59:09 +02:00
parent ed68a29ab3
commit 7556416120

View file

@ -77,7 +77,7 @@ pre_configure() {
}
post_configure() {
# Don't leak CFLAGS into llvm-config.
sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" tools/llvm-config/BuildVariables.inc
sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" tools/llvm-config/BuildVariables.inc
}
do_install() {