build: make sure to use helper scripts from git tree and not system
parent
1b168696aa
commit
0cfa6cfb83
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue