From b718f428f850e8e41c3ae86eca2a0a459790d841 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 20 Feb 2026 14:19:10 +0300 Subject: [PATCH] libphonenumber --- programming/library/libphonenumber/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/programming/library/libphonenumber/actions.py b/programming/library/libphonenumber/actions.py index b77cbb2438..1cf6effcbc 100644 --- a/programming/library/libphonenumber/actions.py +++ b/programming/library/libphonenumber/actions.py @@ -16,6 +16,7 @@ def setup(): cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_STATIC_LIBS=OFF \ + -DUSE_BOOST=OFF \ -DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..") def build():