Skip to content

tests: Make older linkers happy with one of our test libraries

Simon McVittie requested to merge smcv/libcapsule:colliding-symbols into master

The linker used in Steam Runtime 1 'scout', which is from several years ago, doesn't seem to like a symbol being made an alias for a versioned symbol of the same name. Rename the symbol so that only the versioned aliases get the same basename.


/cc @denittis @vivek

Merge request reports