From f7862bcd92560b2e05c344297c0da895b8292e6a Mon Sep 17 00:00:00 2001 From: Benjamin Redelings Date: Wed, 7 Feb 2018 21:59:37 -0500 Subject: Add note about mingw-w64 libraries. --- mesonbuild/dependencies/misc.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesonbuild/dependencies/misc.py') 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-/*.lib where arch=32/64 and compiler=msvc-14.1 # +# Note that we should also try to support: +# mingw-w64 / Windows : libboost_-mt.a (location = /mingw64/lib/) +# libboost_-mt.dll.a +# # Library names supported: # - libboost_--mt-gd-x_x.lib (static) # - boost_--mt-gd-x_x.lib|.dll (shared) -- cgit v1.1