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 9363346 + 7dbfe9f commit 07b96c1Copy full SHA for 07b96c1
nix-meson-build-support/common/meson.build
@@ -34,4 +34,4 @@ if cxx.get_id() == 'clang'
34
endif
35
36
# Darwin ld doesn't like "X.Y.Zpre"
37
-nix_soversion = meson.project_version().replace('pre', '')
+nix_soversion = meson.project_version().split('pre')[0]
0 commit comments