Skip to content

Commit

Permalink
Update android-configure
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Jun 3, 2024
1 parent b215e8d commit 52623d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-configure
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for PYTHON in $PYTHONS; do
# Check if the python version is >= 3.6
if [ "$($PYTHON -c 'import sys; print(sys.version_info >= (3, 6))' 2>/dev/null)" = "True" ]; then
# Run the script with the appropriate python version
$PYTHON "$0.py" "$@"
$PYTHON "android_configure.py" $@
exit $?
fi
done
Expand Down

0 comments on commit 52623d0

Please sign in to comment.