meson: Maintain macOS ABI through dylib versioning
[platform/upstream/gstreamer.git] / gst-libs / gst / isoff / meson.build
index 8666ea1..d468a5a 100644 (file)
@@ -12,6 +12,7 @@ gstisoff = library('gstisoff-' + api_version,
   include_directories : [configinc, libsinc],
   version : libversion,
   soversion : soversion,
+  darwin_versions : osxversion,
   install : true,
   dependencies : [gstbase_dep],
 )