mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
fd is now using jemalloc on platforms that support it. It is enabled for Linux target but not Android target. tikv-jemallocator crate tries to use CC, CFLAGS, etc from the command line which is not correct for host builds. so unset these variables inside a subshell Addresses one of the issues in https://github.com/termux/termux-packages/issues/25877