diff options
author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-28 13:06:40 +0300 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-28 13:06:40 +0300 |
commit | d4a410f637ce3e8ef7e29808371ab95acaccd1f9 (patch) | |
tree | d582f814919d8556c92bf56a89fd6fbe0a9e38f6 | |
parent | e38545b00061dafddd601a1959946ab3a531ba13 (diff) | |
download | meson-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.py | 7 |
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=[], |