atomicparsley: Avoid using g++ for linking
This commit is contained in:
parent
4ee05bca0d
commit
8f6bc1a19d
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user