mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
12 lines
389 B
Diff
12 lines
389 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1377,7 +1377,7 @@
|
|
endif
|
|
endif
|
|
|
|
-foreach h : ['xlocale.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'sys/shm.h',
|
|
+foreach h : ['linux/futex.h', 'endian.h', 'dlfcn.h', 'sys/shm.h',
|
|
'cet.h', 'pthread_np.h', 'renderdoc_app.h', 'sys/inotify.h']
|
|
if cc.check_header(h)
|
|
pre_args += '-DHAVE_@0@'.format(h.to_upper().underscorify())
|