forked from Hyperion/HyperionOS
fixed build script
This commit is contained in:
4
build.py
4
build.py
@@ -27,7 +27,6 @@ import argparse
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
from typing import Union
|
||||
import lz4.frame
|
||||
|
||||
PROJECT_ROOT = Path(__file__).resolve().parent
|
||||
SRC_ROOT = PROJECT_ROOT / "Src"
|
||||
@@ -224,6 +223,9 @@ def main():
|
||||
micro = "micro" in args.target
|
||||
include_test = "test" in args.target
|
||||
|
||||
if micro:
|
||||
import lz4.block
|
||||
|
||||
run_build(minify=minify, micro=micro, include_test=include_test, arch=args.arch, release=args.release)
|
||||
|
||||
if args.makeuser:
|
||||
|
||||
Reference in New Issue
Block a user