diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-11-10 18:41:46 +0530 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-11-15 00:11:19 +0000 |
commit | 9a66a5abd000c8d071acdb0d3ba4207c764b4fe5 (patch) | |
tree | 3f9b0e986b07ea728afddf59c6ec44a0e08ddc9b | |
parent | 979477991cb46859e3e5cb7f95b3f0bddf706f38 (diff) |
moltenvk.recipe: Also ship the static library on macOS
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1018>
-rw-r--r-- | recipes/moltenvk.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/moltenvk.recipe b/recipes/moltenvk.recipe index dfa1022a..2946fa16 100644 --- a/recipes/moltenvk.recipe +++ b/recipes/moltenvk.recipe @@ -48,7 +48,7 @@ class Recipe(recipe.Recipe): # id/signature modifications we do later and may need to be rebuilt #self.files_libs += ['libvulkan'] # no libvulkan.a - self.library_type = LibraryType.SHARED + self.library_type = LibraryType.BOTH async def install(self): # only copy once for the architectures supported by the libraries |