From 4d43fc686427252367576bb1a37724bb45958358 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Oct 2019 09:41:13 +0200 Subject: Pass MSVC system library search paths to linker if LIB envvar is unset --- libbuild2/cc/guess.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/cc/guess.hxx') diff --git a/libbuild2/cc/guess.hxx b/libbuild2/cc/guess.hxx index 3677cc7..a8784fc 100644 --- a/libbuild2/cc/guess.hxx +++ b/libbuild2/cc/guess.hxx @@ -215,6 +215,11 @@ namespace build2 string runtime; string c_stdlib; string x_stdlib; + + // System library/header search paths, if extracted at the guess stage. + // + optional sys_lib_dirs; + optional sys_inc_dirs; }; // In a sense this is analagous to the language standard which we handle -- cgit v1.1