build/llvmPackages: remove unused import

This commit is contained in:
2025-01-04 15:14:29 +08:00
parent d2b19e4dcf
commit 5328335ec3

View File

@@ -1,6 +1,5 @@
import path from "path";
import { GeneralVariable, LLVMVariable, command, variable } from "../commands/cmake.js";
import { projectRoot } from "../environment/index.js";
import { PackagePlatform, PackageTask } from "./build.js";
import { promisifySpawn } from "../cli.js";
import os from "os";