From 6084692e2bd4e0053cac7dc3f569738651ee9042 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Oct 2019 11:05:31 +0200 Subject: Extend /LIBPATH handling to win32-msvc target system --- libbuild2/cc/pkgconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/pkgconfig.cxx') diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 0669b02..31b0770 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -945,7 +945,7 @@ namespace build2 if (!lops.empty ()) { - if (cclass == compiler_class::msvc) + if (tsys == "win32-msvc") { // Translate -L to /LIBPATH. // -- cgit v1.1