atomicparsley: Avoid using g++ for linking

This commit is contained in:
Fredrik Fornwall 2017-12-03 14:41:32 +01:00
parent 4ee05bca0d
commit 8f6bc1a19d
1 changed files with 3 additions and 0 deletions

View File

@ -6,4 +6,7 @@ TERMUX_PKG_SHA256=e28d46728be86219e6ce48695ea637d831ca0170ca6bdac99810996a8291ee
termux_step_pre_configure() {
./autogen.sh
# Avoid the configure script from using g++ for linking:
export OBJCXX=$CXX
}