mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[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:
2
base
2
base
Submodule base updated: 996bf9617b...84299a5855
2
kodev
2
kodev
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user