diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 11:34:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 11:34:47 +0200 |
commit | 4fe1c3c083acecf7eabe46b67cb540e8390f3122 (patch) | |
tree | 62f60d60ed49d037c00dd82b0c8f5ecacba32689 /libbuild2/cc/guess.hxx | |
parent | b95fe77721b5d3f35d94e7f1292c9581034cd4bd (diff) |
Add support for supplying MSVC IFCPATH equivalent
Diffstat (limited to 'libbuild2/cc/guess.hxx')
-rw-r--r-- | libbuild2/cc/guess.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/cc/guess.hxx b/libbuild2/cc/guess.hxx index d93aaf9..b32aaa9 100644 --- a/libbuild2/cc/guess.hxx +++ b/libbuild2/cc/guess.hxx @@ -227,10 +227,12 @@ namespace build2 string c_stdlib; string x_stdlib; - // System library/header search paths, if extracted at the guess stage. + // System library/header/module search paths, if extracted at the guess + // stage. // optional<dir_paths> sys_lib_dirs; optional<dir_paths> sys_inc_dirs; + optional<dir_paths> sys_mod_dirs; }; // In a sense this is analagous to the language standard which we handle |