summaryrefslogtreecommitdiff
path: root/recipes/soundtouch.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2020-10-14 18:45:58 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2023-03-14 18:07:09 +0100
commit9de0333e8ba26a50561a7e8e14041a3332729fff (patch)
treec678427fe80fa3bf468f4bf5700272feba13c4bc /recipes/soundtouch.recipe
parentfdc21aaee947ec22cdc18af5339b71e76902fec9 (diff)
Fix hardcoded 'lib' path in recipes files listing
Diffstat (limited to 'recipes/soundtouch.recipe')
-rw-r--r--recipes/soundtouch.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/soundtouch.recipe b/recipes/soundtouch.recipe
index aafdd744..434ca304 100644
--- a/recipes/soundtouch.recipe
+++ b/recipes/soundtouch.recipe
@@ -18,7 +18,7 @@ class Recipe(recipe.Recipe):
]
files_libs = ['libSoundTouch']
- files_devel = ['include/soundtouch', 'lib/pkgconfig/soundtouch.pc']
+ files_devel = ['include/soundtouch', '%(libdir)s/pkgconfig/soundtouch.pc']
# FIXME: Meson port does not export symbols correctly for use with MSVC
can_msvc = False