diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-10-01 18:04:22 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-10-02 12:07:05 +0300 |
commit | 1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba (patch) | |
tree | 8dcc803eb1376f9f5e58dfd0369c997ce610087e /src/meson.build | |
parent | 4483a58386f5e320d8aafb1087cc537af8e1ee6a (diff) | |
download | apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.tar.gz apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.tar.bz2 apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.tar.xz apk-tools-1a1396fb6c0f24365f15deb0c28b1a6520cfc7ba.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.build | 2 |
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', |