Skip to content
Snippets Groups Projects
Commit a265320a authored by Simon McVittie's avatar Simon McVittie
Browse files

tests/manual/gl: Don't warn if a library isn't in the container

parent e406f49f
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -610,7 +610,8 @@ sub capture_gl_provider_libs_if_newer {
$gl_provider_version =~ s/.*\.so\.//;
my $container_version = $container_impl;
$container_version =~ s/.*\.so\.//;
$container_version =~ s/.*\.so\.//
if defined $container_version;
if (! defined $container_impl) {
diag "${ansi_green}Using GL provider's ".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment