aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
diff options
context:
space:
mode:
authorBenjamin Redelings <benjamin.redelings@gmail.com>2018-02-07 21:59:37 -0500
committerBenjamin Redelings <benjamin.redelings@gmail.com>2018-02-07 22:03:02 -0500
commitf7862bcd92560b2e05c344297c0da895b8292e6a (patch)
tree06667bb8913bbef3c71944ffb3f0ea596c03de69 /mesonbuild/dependencies
parent7a233d01c7792e276b20dd290cb09c529b1c2534 (diff)
downloadmeson-f7862bcd92560b2e05c344297c0da895b8292e6a.zip
meson-f7862bcd92560b2e05c344297c0da895b8292e6a.tar.gz
meson-f7862bcd92560b2e05c344297c0da895b8292e6a.tar.bz2
Add note about mingw-w64 libraries.
Diffstat (limited to 'mesonbuild/dependencies')
-rw-r--r--mesonbuild/dependencies/misc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py
index cbb8e55..1d4432a 100644
--- a/mesonbuild/dependencies/misc.py
+++ b/mesonbuild/dependencies/misc.py
@@ -44,6 +44,10 @@ from .base import (
# - $BOOST_ROOT/boost/*.hpp
# - $BOOST_ROOT/lib<arch>-<compiler>/*.lib where arch=32/64 and compiler=msvc-14.1
#
+# Note that we should also try to support:
+# mingw-w64 / Windows : libboost_<module>-mt.a (location = <prefix>/mingw64/lib/)
+# libboost_<module>-mt.dll.a
+#
# Library names supported:
# - libboost_<module>-<compiler>-mt-gd-x_x.lib (static)
# - boost_<module>-<compiler>-mt-gd-x_x.lib|.dll (shared)