We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e2334 commit 66ea9b1Copy full SHA for 66ea9b1
compile-x265.mjs
@@ -3,7 +3,6 @@ import path from "path";
3
import { execSync } from "child_process";
4
import { PREFIX } from "./const.mjs";
5
import { compileFunction } from "vm";
6
-import { execSync } from "child_process";
7
8
export const enableX265 = (isMusl, isWindows, isArm) => {
9
if (isWindows) {
0 commit comments