app-misc/empty: quote $(tc-*) calls

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-03-20 00:16:47 +01:00
parent 459e17b661
commit 34966bc21d

View File

@@ -20,7 +20,7 @@ PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
S="${WORKDIR}"
src_compile() {
emake CC=$(tc-getCC)
emake CC="$(tc-getCC)"
}
src_install() {