Revert wrong change of package_repo value to fix build.

This commit is contained in:
deadwood 2022-12-29 06:09:17 +01:00
parent 5e72643e67
commit e528375f9f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ HOST_CXXFLAGS := $(subst -Wno-pointer-sign,, $(subst -Werror-implicit-function-d
# specify the gendir for icu to be in HOSTDIR so can be reused
%fetch_and_build mmake=crosstools-icu package=$(ICU_PKGNAME) version=$(ICU_PKGVERSION)-src compiler=host \
package_repo="$(TOOLDIR)" suffixes="tgz" \
package_repo="$(ICU_REPOSITORY)" suffixes="tgz" \
patch=yes srcdir=icu builddir=source gendir=$(TOOLDIR) basedir= \
prefix="$(TOOLDIR)" \
extraoptions="$(ICU_EXTRA_OPTS)" extracflags=$(ICU_FLAGS)