diff --git a/scripts/build.mjs b/scripts/build.mjs index fe42d1e82b..f250ff14c6 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node import { spawn as nodeSpawn } from "node:child_process"; -import { existsSync, readFileSync, readdirSync, mkdirSync, cpSync } from "node:fs"; +import { existsSync, readFileSync, readdirSync } from "node:fs"; import { join, relative, resolve } from "node:path"; // https://cmake.org/cmake/help/latest/manual/cmake.1.html#generate-a-project-buildsystem