0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-10 02:31:48 +00:00
Files
2025-05-24 10:54:03 +05:30

12 lines
253 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -96,7 +96,7 @@
'stdlib.h',
'string.h',
]
- elif target_os == 'linux'
+ elif ['android', 'linux'].contains(target_os)
os_implementation = 'linux'
headers += [
'sys/resource.h',