diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openssl.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe index 77c50d56..dfc9572a 100644 --- a/recipes/openssl.recipe +++ b/recipes/openssl.recipe @@ -181,6 +181,8 @@ class Recipe(recipe.Recipe): if self.config.target_platform == Platform.IOS: self.library_type = LibraryType.STATIC + if self.config.target_platform == Platform.ANDROID: + self.prepend_env('PATH', self.get_env('ANDROID_NDK_TOOLCHAIN_BIN'), sep=os.pathsep) @modify_environment |