mirror of
https://github.com/pocketpy/pocketpy
synced 2026-03-22 05:00:17 +00:00
Add support for python3 in cmake_build
This commit is contained in:
parent
cf70668a2f
commit
9966e183ee
@ -2,7 +2,7 @@ import os
|
||||
import sys
|
||||
import shutil
|
||||
|
||||
assert os.system("python prebuild.py") == 0
|
||||
assert os.system("python prebuild.py") == 0 or os.system("python3 prebuild.py") == 0
|
||||
|
||||
if not os.path.exists("build"):
|
||||
os.mkdir("build")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user