[json-glib: 11/13] build: Update the macOS linker flags
- From: Gitlab System User <gitlab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib: 11/13] build: Update the macOS linker flags
- Date: Tue, 5 Sep 2017 10:57:45 +0000 (UTC)
commit ec2525b4aad70379387a95142ad09b396c660f0b
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Jul 18 11:04:30 2017 +0100
build: Update the macOS linker flags
Use the interface and binary ages to define the current version.
https://bugzilla.gnome.org/show_bug.cgi?id=785053
meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ff41fc7..5d33c64 100644
--- a/meson.build
+++ b/meson.build
@@ -147,7 +147,10 @@ endif
# Maintain compatibility with autotools
if host_system == 'darwin'
- common_ldflags += [ '-compatibility_version 1', '-current_version 1.0', ]
+ common_ldflags += [
+ '-compatibility_version 1',
+ '-current_version @0@.@1@'.format(json_binary_age - json_interface_age, json_interface_age),
+ ]
endif
root_dir = include_directories('.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]