diff options
author | Matthew Waters <matthew@centricular.com> | 2019-09-12 13:14:03 +1000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-10-31 18:32:47 +0530 |
commit | 2cd39238c046e202e629b690b0a5a04f0778d79d (patch) | |
tree | cdb39d2564cdafde636a158e4140c86e068269b2 /recipes/moltenvk.recipe | |
parent | 9aaa24ba0d4a293c88159c53eaa7884794fa1803 (diff) |
recipes/moltenvk: the ios prefix is now arch-specific
Diffstat (limited to 'recipes/moltenvk.recipe')
-rw-r--r-- | recipes/moltenvk.recipe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/moltenvk.recipe b/recipes/moltenvk.recipe index a2d3d049..9fe5f15d 100644 --- a/recipes/moltenvk.recipe +++ b/recipes/moltenvk.recipe @@ -59,10 +59,7 @@ class Recipe(recipe.Recipe): srcdir = self.config.moltenvk_prefix - if self.config.target_platform == Platform.DARWIN: - prefix = self.config.prefix - elif self.config.target_platform == Platform.IOS: - prefix = os.path.join(self.config.prefix, self.config.target_arch) + prefix = self.config.prefix bindir = os.path.join(prefix, 'bin') libdir = os.path.join(prefix, 'lib') |