[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
This commit is contained in:
Frans de Jonge
2018-11-18 18:26:38 +01:00
committed by GitHub
parent 49192c96d8
commit fb1c3606d7
2 changed files with 2 additions and 2 deletions

2
base

Submodule base updated: 996bf9617b...84299a5855

2
kodev
View File

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