From 0ede582bb27ccc75c6a8b4f2e58e2506f393715d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 10 Nov 2022 18:41:46 +0530 Subject: moltenvk.recipe: Also ship the static library on macOS Part-of: --- recipes/moltenvk.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3