diff options
Diffstat (limited to 'third_party/nix/meson_options.txt')
-rw-r--r-- | third_party/nix/meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt index 9bad1b2c4c65..8d8e5dab53e1 100644 --- a/third_party/nix/meson_options.txt +++ b/third_party/nix/meson_options.txt @@ -153,8 +153,8 @@ option( option( 'with_libsodium', - type : 'boolean', - value : 'true', + type : 'feature', + value : 'auto', description : 'build nix with shared libs') option( |