diff options
Diffstat (limited to 'recipes/moltenvk.recipe')
-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 |