Conan: Fix typo in recipe
Fix indentation of a function declaration. Change-Id: Ib2aed12f2549e4b0ee5ee21a59c2c7b9db726a7e Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 061541ea44b75a80824ec6777a51ebcbd6f38172) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
922585d58c
commit
c5a7e31cc5
@ -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