diff options
-rw-r--r-- | odb/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/buildfile b/odb/buildfile index fe010e6..373190a 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -56,7 +56,7 @@ details/build2/: { h{*}: install = false - if ($cxx.id == "msvc") + if ($cxx.class == 'msvc') { h{config-vc}@./: install = $install_include/details/ h{config-vc-stub}@./: install = $install_include/details/build2/config-vc.h |