mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
360 B
Diff
12 lines
360 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -190,7 +190,7 @@
|
|
|
|
scdoc = dependency('scdoc', native: true, required: get_option('man-pages'))
|
|
if scdoc.found()
|
|
- scdoc_prog = find_program(scdoc.get_variable(pkgconfig: 'scdoc'), native: true)
|
|
+ scdoc_prog = find_program('scdoc')
|
|
sh = find_program('sh', native: true)
|
|
mandir = get_option('mandir')
|
|
manpages = {
|