alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
344 stars 173 forks source link

topology: correct version script path #383

Closed jpalus closed 5 months ago

jpalus commented 5 months ago

contrary to libasound, version script for libatopology is a regular source file. while it's often the case that $(builddir) and $(srcdir) point to the same directory, they don't always have to. therefore path needs to point explicitly to $(srcdir) for Versions script in topology

Fixes: GH-382 Fixes: dc7da761f3a2 ("topology: separate Versions linker script")