We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1afb8c commit 66d8138Copy full SHA for 66d8138
1 file changed
Platforms/Android/testbed/app/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
val ANDROID_DIR = file("../..")
10
-val PYTHON_DIR = ANDROID_DIR.parentFile!!
+val PYTHON_DIR = ANDROID_DIR.parentFile.parentFile!!
11
val PYTHON_CROSS_DIR = file("$PYTHON_DIR/cross-build")
12
val inSourceTree = (
13
ANDROID_DIR.name == "Android" && file("$PYTHON_DIR/pyconfig.h.in").exists()
0 commit comments