Browse Source

Merge pull request #228 from opilar/feature/common-std-libs

Feature/common std libs
cmd
Alex Crichton 8 years ago
committed by GitHub
parent
commit
30e4497e20
  1. 8
      src/lib.rs

8
src/lib.rs

@ -456,6 +456,10 @@ impl Config {
///
/// The given library name must not contain the `lib` prefix.
///
/// Common values:
/// - `stdc++` for GNU
/// - `c++` for Clang
///
/// # Example
///
/// ```no_run
@ -491,6 +495,10 @@ impl Config {
///
/// The given library name must not contain the `lib` prefix.
///
/// Common values:
/// - `stdc++` for GNU
/// - `c++` for Clang
///
/// # Example
///
/// ```no_run

Loading…
Cancel
Save