extract_dep_info: init. TERMUX_PKG_PLATFORM_INDEPENDENT to false
Otherwise we run into problems when building arch-independent packages that depend on arch-dependent packages, for example perl packages like parallel. Before, when downloading the perl dependency it then believed perl to be arch-independent.
This commit is contained in:
parent
861be43e5f
commit
8796b282e1
@ -23,6 +23,7 @@ termux_extract_dep_info() {
|
||||
)
|
||||
else
|
||||
TERMUX_ARCH=$(
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT="false"
|
||||
source ${PKG_DIR}/build.sh
|
||||
if [ "$TERMUX_PKG_PLATFORM_INDEPENDENT" = "true" ]; then
|
||||
echo all
|
||||
|
Loading…
x
Reference in New Issue
Block a user