Conan: Fix typo in recipe
Fix indentation of a function declaration. Pick-to: 6.3 6.3.0 Change-Id: Ib2aed12f2549e4b0ee5ee21a59c2c7b9db726a7e Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
7cb047128c
commit
061541ea44
@ -568,7 +568,7 @@ class QtBase(ConanFile):
|
||||
_filter = self._shared.filter_cmake_args_for_package_id
|
||||
self.info.options.cmake_args_qtbase = _filter(self.info.options.cmake_args_qtbase)
|
||||
|
||||
def filter_package_id_for_android(self) -> None:
|
||||
def filter_package_id_for_android(self) -> None:
|
||||
# Instead of using Android NDK path as the option value (package_id) we parse the
|
||||
# actual version number and use that as the option value.
|
||||
android_ndk = self.options.get_safe("android_ndk")
|
||||
|
Loading…
x
Reference in New Issue
Block a user