bloaty: fix whitespace.

This commit is contained in:
Leah Neukirchen 2017-07-11 17:22:34 +02:00
parent b17b33c8a6
commit 8a46fb8d04
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ distfiles="https://github.com/google/bloaty/archive/${_githash}.tar.gz"
checksum=ae2bff1eafb8a4c788feb035bba0b46596b17cded53419fa1ca5c1fb61402646
do_build() {
${CXX} ${CXXFLAGS} -include byteswap.h -I. -o bloaty src/*.cc ${LDFLAGS} -lre2
${CXX} ${CXXFLAGS} -include byteswap.h -I. -o bloaty src/*.cc ${LDFLAGS} -lre2
}
do_install() {
vbin bloaty