File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ sigcxx_libversion = '@0@.@1@.@2@'.format(
31
31
libtool_soversion[0 ] - libtool_soversion[2 ],
32
32
libtool_soversion[2 ],
33
33
libtool_soversion[1 ])
34
+ darwin_versions = [libtool_soversion[0 ] + 1 , ' @0@.@1@' .format(libtool_soversion[0 ] + 1 , libtool_soversion[1 ])]
34
35
35
36
# Use these instead of meson.source_root() and meson.build_root() in subdirectories.
36
37
# source_root() and build_root() are not useful, if this is a subproject.
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ if maintainer_mode
169
169
cpp_args : extra_sigc_cppflags,
170
170
include_directories : extra_include_dirs,
171
171
dependencies : sigcxx_build_dep,
172
+ darwin_versions : darwin_versions,
172
173
install : true ,
173
174
)
174
175
@@ -212,6 +213,7 @@ else # not maintainer_mode
212
213
cpp_args : extra_sigc_cppflags,
213
214
include_directories : extra_include_dirs,
214
215
dependencies : sigcxx_build_dep,
216
+ darwin_versions : darwin_versions,
215
217
install : true ,
216
218
)
217
219
You can’t perform that action at this time.
0 commit comments