mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20: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
|
||||
from typing import List, Dict
|
||||
|
||||
if os.system("python prebuild.py") != 0:
|
||||
assert os.system("python3 prebuild.py") == 0
|
||||
assert os.system("python prebuild.py") == 0
|
||||
|
||||
ROOT = 'include/pocketpy'
|
||||
PUBLIC_HEADERS = ['config.h', 'export.h', 'linalg.h', 'pocketpy.h']
|
||||
@ -157,4 +156,4 @@ if sys.platform in ['linux', 'darwin']:
|
||||
print("amalgamated/pocketpy.h")
|
||||
|
||||
shutil.copy("amalgamated/pocketpy.h", "plugins/flutter/pocketpy/src/pocketpy.h")
|
||||
shutil.copy("amalgamated/pocketpy.c", "plugins/flutter/pocketpy/src/pocketpy.c")
|
||||
shutil.copy("amalgamated/pocketpy.c", "plugins/flutter/pocketpy/src/pocketpy.c")
|
Loading…
x
Reference in New Issue
Block a user