1.2-dev merge #5

Merged
Astronand merged 35 commits from 1.2-dev into main 2026-03-10 12:27:09 -04:00
Showing only changes of commit 31ce894fda - Show all commits
+3 -1
View File
@@ -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: