st/nine: do not double-close the fd on teardown
[mesa.git] / meson_options.txt
index 5676ef5e45da392f1b72d1b446835b6bda7676f2..18c03921db29dd00c443e6caf28476d9d459a6b5 100644 (file)
@@ -237,6 +237,12 @@ option(
   choices : ['auto', 'true', 'false'],
   description : 'Build with LLVM support.'
 )
+option(
+  'shared-llvm',
+  type : 'boolean',
+  value : true,
+  description : 'Whether to link llvm shared or statically.'
+)
 option(
   'valgrind',
   type : 'combo',