mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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:
parent
16dc8f8442
commit
fb1c062626
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ if get_option('default_library') == 'static'
|
||||||
elif cc.get_id() == 'msvc'
|
elif cc.get_id() == 'msvc'
|
||||||
warning('FIXME: Provide a def file to publish the public symbols')
|
warning('FIXME: Provide a def file to publish the public symbols')
|
||||||
else
|
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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue