aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-06-10 04:48:12 +0000
committerGerrit Code Review <gerrit@localhost>2024-06-10 04:48:12 +0000
commita986a8dfa1c5896de8acfc603ff71a51f629bdc8 (patch)
tree7cfaca8fa3415060e0fc450f452eaa1569722de9 /meson.build
parent7dfa2a761ef8856454d8f63eda27edb8984bdc98 (diff)
parent8a09465c3acea9736be1aeb568346ea789cdec58 (diff)
Merge "Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)"" into main
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e5fb21e88..4a42b7a73 100644
--- a/meson.build
+++ b/meson.build
@@ -189,7 +189,7 @@ configdata = { }
# Dependencies
#
-boehm = dependency('bdw-gc', required : get_option('gc'), version : '>=8.2.6')
+boehm = dependency('bdw-gc', required : get_option('gc'))
if boehm.found()
deps += boehm
endif