dev-ml/camlidl: respect CPP

Closes: https://bugs.gentoo.org/857843

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-10-16 21:57:57 +02:00
parent 92509f580c
commit 089dbd86de

View File

@@ -39,7 +39,7 @@ src_compile() {
ln -s Makefile.unix config/Makefile || die
# Make
emake -j1 RANLIB="$(tc-getRANLIB)"
emake -j1 RANLIB="$(tc-getRANLIB)" CPP="$(tc-getPROG CPP cpp)"
}
src_test() {