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.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt
index 2c8bb676d4..b7aa5bd279 100644
--- a/third_party/nix/meson_options.txt
+++ b/third_party/nix/meson_options.txt
@@ -4,13 +4,15 @@
 # dirs
 #============================================================================
 
-
 option(
     'nixstoredir',
     type : 'string',
     value : '/nix/store',
     description : 'path of the Nix store (defaults to /nix/store)')
 
+
+
+
 # compiler args
 #============================================================================
 
@@ -134,6 +136,13 @@ option(
         '-lsqlite3'],
     description : 'link args for sqlite3')
 
+option(
+    'gc_link_args',
+    type : 'array',
+    value : [
+        '-L/usr/local/lib',
+        '-lgc'],
+    description : 'link args for boehm garbage collector')