We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d035d8b + 1ca6e9e commit 937a6dfCopy full SHA for 937a6df
nix-meson-build-support/common/meson.build
@@ -42,8 +42,8 @@ if cxx.get_id() == 'clang'
42
add_project_arguments('-fpch-instantiate-templates', language : 'cpp')
43
endif
44
45
-# Darwin ld doesn't like "X.Y.Zpre"
46
-nix_soversion = meson.project_version().split('pre')[0]
+# Darwin ld doesn't like "X.Y.ZpreABCD+W"
+nix_soversion = meson.project_version().split('+')[0].split('pre')[0]
47
48
subdir('assert-fail')
49
subdir('asan-options')
0 commit comments