mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
bash: work around broken make dependencies
This commit is contained in:
parent
0ffce7907d
commit
3b9afbd3da
@ -14,3 +14,8 @@ PKG_CONFIGURE_OPTS_TARGET="--with-curses \
|
||||
--enable-readline \
|
||||
--without-bash-malloc \
|
||||
--with-installed-readline"
|
||||
|
||||
pre_make_target() {
|
||||
# precreate this generated header because it may be created too late
|
||||
make pathnames.h
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user