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 1a0edb1 commit 871d87fCopy full SHA for 871d87f
1 file changed
Android/testbed/app/build.gradle.kts
@@ -8,7 +8,9 @@ plugins {
8
9
val ANDROID_DIR = file("../..")
10
val PYTHON_DIR = ANDROID_DIR.parentFile!!
11
-val PYTHON_CROSS_DIR = file("$PYTHON_DIR/cross-build")
+val PYTHON_CROSS_DIR = file(
12
+ "$PYTHON_DIR/" + (System.getenv("CROSS_BUILD_DIR") ?: "cross-build")
13
+)
14
val inSourceTree = (
15
ANDROID_DIR.name == "Android" && file("$PYTHON_DIR/pyconfig.h.in").exists()
16
)
0 commit comments