We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
platforms
1 parent 21f1601 commit 8740a8bCopy full SHA for 8740a8b
src/serious_python/bin/package_command.dart
@@ -40,9 +40,9 @@ const platforms = {
40
}
41
},
42
"Android": {
43
- "arm64-v8a": {"tag": "android-24-arm64-v8a", "mac_ver": ""},
+ "arm64-v8a": {"tag": "android_24_arm64_v8a", "mac_ver": ""},
44
// "armeabi-v7a": {"tag": "android-24-armeabi-v7a", "mac_ver": ""},
45
- "x86_64": {"tag": "android-24-x86_64", "mac_ver": ""},
+ "x86_64": {"tag": "android_24_x86_64", "mac_ver": ""},
46
// "x86": {"tag": "android-24-x86", "mac_ver": ""}
47
48
"Pyodide": {
0 commit comments