mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-14 16:03:05 +00:00
* Build waypipe with C language for now. Rust waypipe needs testing. * Rebase patches after C source files were moved in waypipe-c dir.a605a8ddb2
* Remove src-secctx.c.patch file which was added in upstream.eccbb5cbf1
13 lines
283 B
Diff
13 lines
283 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -207,8 +207,7 @@
|
|
)
|
|
if scdoc.found()
|
|
scdoc_prog = find_program(
|
|
- scdoc.get_variable(pkgconfig: 'scdoc'),
|
|
- native: true,
|
|
+ 'scdoc'
|
|
)
|
|
sh = find_program('sh', native: true)
|
|
mandir = get_option('mandir')
|