diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2019-11-01T15·23-0400 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T14·57+0100 |
commit | adff9913c02737d25a53d8f3695b51a301cff117 (patch) | |
tree | 8dc895ea2526377e1ea1e18596c62e78eb1b5aca /third_party/nix/meson_options.txt | |
parent | 8481ff43514c1cb39ebc2fdec654638afa04549d (diff) |
docs(3p/nix): Clean up descriptions in Meson r/736
1. Fix that for libsodium 2. Consistently capitalize (cherry picked from commit 12ce28bdf21d1f261132bdefe3dac25b1aab7dcc)
Diffstat (limited to 'third_party/nix/meson_options.txt')
-rw-r--r-- | third_party/nix/meson_options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt index 8d8e5dab53e1..96fced7d376d 100644 --- a/third_party/nix/meson_options.txt +++ b/third_party/nix/meson_options.txt @@ -149,19 +149,19 @@ option( 'with_gc', type : 'boolean', value : 'false', - description : 'build nix with Boehm garbage collector') + description : 'Build nix with Boehm garbage collector') option( 'with_libsodium', type : 'feature', value : 'auto', - description : 'build nix with shared libs') + description : 'Build nix with libsodium') option( 'with_s3', type : 'boolean', value : 'false', - description : 'build nix with s3') + description : 'Build nix with s3') option( 'with_coreutils_bin', @@ -182,7 +182,7 @@ option( 'build_shared_libs', type : 'boolean', value : 'false', - description : 'build nix with shared libs') + description : 'Build nix with shared libs') option( 'sandbox_shell', |