diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2020-10-14 18:45:58 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2023-03-14 18:07:09 +0100 |
commit | 9de0333e8ba26a50561a7e8e14041a3332729fff (patch) | |
tree | c678427fe80fa3bf468f4bf5700272feba13c4bc /recipes/soundtouch.recipe | |
parent | fdc21aaee947ec22cdc18af5339b71e76902fec9 (diff) |
Fix hardcoded 'lib' path in recipes files listing
Diffstat (limited to 'recipes/soundtouch.recipe')
-rw-r--r-- | recipes/soundtouch.recipe | 2 |
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 |