mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
Merge pull request #53829 from akien-mga/scons-py3.6
This commit is contained in:
commit
e2bfb27efb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
EnsureSConsVersion(3, 0, 0)
|
||||
EnsurePythonVersion(3, 5)
|
||||
EnsurePythonVersion(3, 6)
|
||||
|
||||
# System
|
||||
import atexit
|
||||
|
|
Loading…
Reference in a new issue