diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-09 11:37:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-09 11:37:51 +0200 |
commit | e5054d909636e1990b52b8769f5df93f15f398f2 (patch) | |
tree | c32e2d65ca0bd311dd6b82cf2907993033f8abf2 /doc/intro.cli | |
parent | 6374f8290e73c07a9614a67ea33c417beb07809d (diff) |
Update intro (no need to pass config.bin.ar)
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 6150d6e..e9782a3 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -1008,7 +1008,6 @@ $ cd hello-mingw32 $ bpkg create cxx \ config.cxx=x86_64-w64-mingw32-g++ \ -config.bin.ar=x86_64-w64-mingw32-ar \ config.bin.lib=static config.cxx.loptions=-static created new configuration in /tmp/hello-mingw32/ |