Files
termux-packages/packages/fd
termux-pacman-bot 74c61f6ca4 fix(main/fd): builds for 32-bit architectures
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
2025-09-06 23:34:46 +00:00
..