From 0b1fe4da132d45db3309fac6b9b18726d98ea58e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Oct 2021 08:54:07 +0200 Subject: Fix symbol exporting example in manual --- doc/manual.cli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/manual.cli') 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 \ \ -- cgit v1.1