mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Revert "Add fallback to python3 in amalgamate.py"
This reverts commit ddeda78478510cb077df9ed6edb19e19bdd7cf36.
This commit is contained in:
parent
dee97fe92a
commit
16e1b7001f
@ -5,8 +5,7 @@ import sys
|
|||||||
import time
|
import time
|
||||||
from typing import List, Dict
|
from typing import List, Dict
|
||||||
|
|
||||||
if os.system("python prebuild.py") != 0:
|
assert os.system("python prebuild.py") == 0
|
||||||
assert os.system("python3 prebuild.py") == 0
|
|
||||||
|
|
||||||
ROOT = 'include/pocketpy'
|
ROOT = 'include/pocketpy'
|
||||||
PUBLIC_HEADERS = ['config.h', 'export.h', 'linalg.h', 'pocketpy.h']
|
PUBLIC_HEADERS = ['config.h', 'export.h', 'linalg.h', 'pocketpy.h']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user