mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-31 14:02:05 +00:00
12 lines
331 B
Diff
12 lines
331 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -36,7 +36,7 @@
|
|
endif
|
|
# TODO: this is very incomplete
|
|
is_unixy = false
|
|
-if ['linux', 'cygwin', 'gnu'].contains(host_machine.system())
|
|
+if ['android', 'linux', 'cygwin', 'gnu'].contains(host_machine.system())
|
|
pre_args += '-D_GNU_SOURCE'
|
|
pre_args += '-DHAVE_PTHREAD'
|
|
is_unixy = true
|