diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-11-10 18:41:46 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2022-11-10 16:22:23 +0000 |
commit | 0ede582bb27ccc75c6a8b4f2e58e2506f393715d (patch) | |
tree | 33c0775cfc1a7f67fe0e350259cc3f63f7e9b6fe | |
parent | b587ecb55cc70c28094f157f0dcd6cce11352a4f (diff) |
moltenvk.recipe: Also ship the static library on macOS
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1008>
-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 e4ad7591..8b7d0eac 100644 --- a/recipes/moltenvk.recipe +++ b/recipes/moltenvk.recipe @@ -49,7 +49,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 |