dev-lang/wren: fix CC

Closes: https://bugs.gentoo.org/784932
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
Anna Vyalkova
2021-05-16 17:33:02 +05:00
parent 418c3240b6
commit 3a9a547f0a

View File

@@ -43,10 +43,11 @@ EOF
}
src_compile() {
tc-export CC
cd projects/make
emake
emake verbose=1
cd "${WORKDIR}/wren-cli-${PV}/projects/make"
emake
emake verbose=1
}
python_test() {