mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-lang/wren: fix CC
Closes: https://bugs.gentoo.org/784932 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user