diff options
author | Niklas Claesson <nicke.claesson@gmail.com> | 2017-10-09 14:55:54 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-12 21:45:23 +0300 |
commit | c97e7749a67d373fda57752fac955ec691886231 (patch) | |
tree | 1787435c4a085cad1339ab1596983739787e8819 /mesonbuild/dependencies/misc.py | |
parent | 756e682f2a628395c610efe01813a2c6fabe3e7f (diff) | |
download | meson-c97e7749a67d373fda57752fac955ec691886231.zip meson-c97e7749a67d373fda57752fac955ec691886231.tar.gz meson-c97e7749a67d373fda57752fac955ec691886231.tar.bz2 |
Boost: Jamfile has two syntaxes for boost libraries
Fixes #2456
Diffstat (limited to 'mesonbuild/dependencies/misc.py')
-rw-r--r-- | mesonbuild/dependencies/misc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py index e00897d..562a341 100644 --- a/mesonbuild/dependencies/misc.py +++ b/mesonbuild/dependencies/misc.py @@ -814,6 +814,7 @@ BOOST_LIBS = [ 'boost_math_c99f', 'boost_math_c99l', 'boost_mpi', + 'boost_program_options', 'boost_random', 'boost_regex', 'boost_serialization', |