about summary refs log tree commit diff
path: root/third_party/nix/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/meson_options.txt')
-rw-r--r--third_party/nix/meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt
index 9bad1b2c4c..8d8e5dab53 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(