From aa5e4a03a847b12a2688748ea3809282fe89b366 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 12 Oct 2023 22:25:04 +0100 Subject: [PATCH] libphonenumber: fix build (#11112) Signed-off-by: David Korczynski --- projects/libphonenumber/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/libphonenumber/build.sh b/projects/libphonenumber/build.sh index 6419cd80c..0d8423eda 100755 --- a/projects/libphonenumber/build.sh +++ b/projects/libphonenumber/build.sh @@ -83,6 +83,7 @@ cmake -DUSE_BOOST=OFF -DBUILD_GEOCODER=OFF \ -DICU_UC_LIB=$DEPS_PATH/lib/libicuuc.a \ -DICU_I18N_INCLUDE_DIR=$SRC/icu/source/i18n/ \ -DICU_I18N_LIB=$DEPS_PATH/lib/libicui18n.a \ + -DREGENERATE_METADATA=OFF \ ../ make -j$(nproc)