summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-10-01 18:04:22 +0200
committerTimo Teräs <timo.teras@iki.fi>2020-10-09 16:09:19 +0300
commit0cfa6cfb83b1a932d7eddc4e1de06e722657c29d (patch)
treee63911646fd0523c7e56fd563280e748ec083dc8 /src/meson.build
parent1b168696aab7362b45f81892dd596219d9b86fc1 (diff)
downloadapk-tools-0cfa6cfb83b1a932d7eddc4e1de06e722657c29d.tar.gz
apk-tools-0cfa6cfb83b1a932d7eddc4e1de06e722657c29d.tar.bz2
apk-tools-0cfa6cfb83b1a932d7eddc4e1de06e722657c29d.tar.xz
apk-tools-0cfa6cfb83b1a932d7eddc4e1de06e722657c29d.zip
build: make sure to use helper scripts from git tree and not system
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index a5a0f73..c93429f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -57,7 +57,7 @@ apk_src = [
]
if lua_bin.found()
- genhelp_script = find_program('genhelp.lua')
+ genhelp_script = find_program('./genhelp.lua')
generated_help = custom_target(
'help.h',