aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-28 13:06:40 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-28 13:06:40 +0300
commitd4a410f637ce3e8ef7e29808371ab95acaccd1f9 (patch)
treed582f814919d8556c92bf56a89fd6fbe0a9e38f6
parente38545b00061dafddd601a1959946ab3a531ba13 (diff)
downloadmeson-fixboost.zip
meson-fixboost.tar.gz
meson-fixboost.tar.bz2
Fix Boost regex no longer being a library.fixboost
-rw-r--r--mesonbuild/dependencies/boost.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/mesonbuild/dependencies/boost.py b/mesonbuild/dependencies/boost.py
index 662f985..ddb9706 100644
--- a/mesonbuild/dependencies/boost.py
+++ b/mesonbuild/dependencies/boost.py
@@ -984,13 +984,6 @@ boost_libraries = {
single=[],
multi=[],
),
- 'boost_regex': BoostLibrary(
- name='boost_regex',
- shared=[],
- static=[],
- single=[],
- multi=[],
- ),
'boost_serialization': BoostLibrary(
name='boost_serialization',
shared=[],