mirror of https://github.com/libsdl-org/SDL.git
Specify that this script uses python3
Fixes running on macOS
This commit is contained in:
parent
230161a50c
commit
a432221db5
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
import os
|
import os
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue