mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-10 02:31:48 +00:00
12 lines
253 B
Diff
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',
|