This website works better with JavaScript
Home
Explore
Help
Sign In
sdl
/
SDL
mirror of
https://github.com/libsdl-org/SDL.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
check_android_jni.py: make sure we're using python3
Sam Lantinga
1 day ago
parent
9a6455a526
commit
5dc65f829f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
build-scripts/check_android_jni.py
+ 1
- 1
build-scripts/check_android_jni.py
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
import argparse
import dataclasses