build: make sure to use helper scripts from git tree and not system

cute-signatures
Rasmus Thomsen 2020-10-01 18:04:22 +02:00 committed by Timo Teräs
parent 1b168696aa
commit 0cfa6cfb83
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ libfetch_src = [
'openssl-compat.c'
]
errlist_generator = find_program('errlist.sh')
errlist_generator = find_program('./errlist.sh')
ftperr_h = custom_target(
'ftperr.h',

View File

@ -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',