Conan: Fix invalid options for package_id checksum
The android specific options were plain wrong: - android_sdk_path -> android_sdk - android_ndk_path -> android_ndk These reflect the Qt configure options. Pick-to: 6.2 Change-Id: I0b9283b6603aff8243208216baffe263d37b6541 Reviewed-by: Matti Paaso <matti.paaso@qt.io>bb10
parent
9cd87a778d
commit
66b1b80642
|
|
@ -448,8 +448,8 @@ class QtBase(ConanFile):
|
|||
# as those probably differ on each machine
|
||||
rm_list = [
|
||||
"sdk",
|
||||
"android_sdk_path",
|
||||
"android_ndk_path",
|
||||
"android_sdk",
|
||||
"android_ndk",
|
||||
"android_ndk_platform",
|
||||
"android_abis",
|
||||
"android_javac_target",
|
||||
|
|
|
|||
Loading…
Reference in New Issue