mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-04 13:09:36 +00:00
Fix the following undefined symbols on 32-bit builds: > ERROR: ./lib/libyumancx.so contains undefined symbols: > 53: 00000000 0 NOTYPE GLOBAL DEFAULT UND lrint > 54: 00000000 0 NOTYPE GLOBAL DEFAULT UND floor > 55: 00000000 0 NOTYPE GLOBAL DEFAULT UND ceil > 56: 00000000 0 NOTYPE GLOBAL DEFAULT UND round > 103: 00000000 0 NOTYPE GLOBAL DEFAULT UND trunc On 64-bit builds the functions are implemented using intrinsics so linking in libm is not necessary.
551 B
551 B