linux64 platform is 3.7 now

This commit is contained in:
j 2018-12-15 00:54:49 +01:00
parent 3bddb36fcb
commit 63b7f08825
1 changed files with 1 additions and 0 deletions

1
ctl
View File

@ -43,6 +43,7 @@ else
if [ $SYSTEM == "Linux" ]; then
if [ $PLATFORM == "x86_64" ]; then
ARCH=64
PLATFORM_PYTHON=3.7
else
ARCH=32
fi