diff options
-rw-r--r-- | doc/manual.cli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index e941b6b..9d79259 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -6669,7 +6669,9 @@ done after loading \c{c} or \c{cxx}) and can use the following arrangement: # root.build using cxx -using bin.def + +if ($cxx.target.class == 'windows') + using bin.def \ \ |