We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6eb2f commit 05e2b13Copy full SHA for 05e2b13
1 file changed
nix-meson-build-support/common/assert-fail/meson.build
@@ -24,9 +24,9 @@ can_wrap_assert_fail = cxx.links(
24
name : 'linker can wrap __assert_fail',
25
)
26
27
-#if can_wrap_assert_fail
28
-# deps_other += declare_dependency(
29
-# sources : 'wrap-assert-fail.cc',
30
-# link_args : wrap_assert_fail_args,
31
-# )
32
-#endif
+if can_wrap_assert_fail
+ deps_other += declare_dependency(
+ sources : 'wrap-assert-fail.cc',
+ link_args : wrap_assert_fail_args,
+ )
+endif
0 commit comments