File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,9 +311,9 @@ _Block_release(void) { }\n")
311
311
# Reboot the device and remove everything in its tmp
312
312
# directory. Build products and test executables are pushed
313
313
# to that directory when running the test suite.
314
- ${PYTHON_EXECUTABLE} "${SWIFT_SOURCE_DIR} /utils/android/adb_clean.py"
314
+ $< TARGET_FILE:Python3::Interpreter > "${SWIFT_SOURCE_DIR} /utils/android/adb_clean.py"
315
315
COMMAND
316
- ${PYTHON_EXECUTABLE} "${SWIFT_SOURCE_DIR} /utils/android/adb_push_built_products.py"
316
+ $< TARGET_FILE:Python3::Interpreter > "${SWIFT_SOURCE_DIR} /utils/android/adb_push_built_products.py"
317
317
--ndk "${SWIFT_ANDROID_NDK_PATH} "
318
318
--destination "${SWIFT_ANDROID_DEPLOY_DEVICE_PATH} "
319
319
--destination-arch "${ARCH} "
You can’t perform that action at this time.
0 commit comments