gstreamer-full: warn if version-script not available

Instead of error out, warn user that the platform does not support
the version script.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1191>
This commit is contained in:
Stéphane Cerveau 2021-10-19 12:32:32 +02:00 committed by GStreamer Marge Bot
parent 16dc8f8442
commit fb1c062626

View file

@ -328,7 +328,7 @@ if get_option('default_library') == 'static'
elif cc.get_id() == 'msvc'
warning('FIXME: Provide a def file to publish the public symbols')
else
error('Failed to link with version script (' + symbol_map + '), check logs for details')
warning('FIXME: Linker does not support the supplied version script (' + symbol_map + '), please disable the "gst-full-version-script" option')
endif
endif