Skip to content

Commit 66ea9b1

Browse files
committed
Update compile-x265.mjs
1 parent 22e2334 commit 66ea9b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compile-x265.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import path from "path";
33
import { execSync } from "child_process";
44
import { PREFIX } from "./const.mjs";
55
import { compileFunction } from "vm";
6-
import { execSync } from "child_process";
76

87
export const enableX265 = (isMusl, isWindows, isArm) => {
98
if (isWindows) {

0 commit comments

Comments
 (0)