[fix, build] kodev: test for PB TC in $PATH (#4344)

Includes and depends on base bump with:

* [build, fix] Support PocketBook TC in path https://github.com/koreader/koreader-base/pull/765
pull/4350/head
Frans de Jonge 6 years ago committed by GitHub
parent 49192c96d8
commit fb1c3606d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit 996bf9617b321e6cea4ba051e69a7fc9ccef2481
Subproject commit 84299a585587f306230c448f80e4e4811f2f990d

@ -213,7 +213,7 @@ ${SUPPORTED_TARGETS}"
assert_ret_zero $?
;;
pocketbook)
if [ ! -d "${CURDIR}/base/toolchain/pocketbook-toolchain" ]; then
if ! command -v arm-obreey-linux-gnueabi-gcc>/dev/null && [ ! -d "${CURDIR}/base/toolchain/pocketbook-toolchain" ]; then
make pocketbook-toolchain
assert_ret_zero $?
fi

Loading…
Cancel
Save