diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 08:54:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 08:54:07 +0200 |
commit | 0b1fe4da132d45db3309fac6b9b18726d98ea58e (patch) | |
tree | 3ae6a08f80f91deabd0965a98a2a914f186f3ffb /doc/manual.cli | |
parent | 3007f3f9225b9de424bfa62ec2ac87b63202f2de (diff) |
Fix symbol exporting example in manual
Diffstat (limited to 'doc/manual.cli')
-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 \ \ |