Skip to content

Commit e686d03

Browse files
committed
Update compile-x265.mjs
1 parent 4086fc6 commit e686d03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compile-x265.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ export const enableX265 = (isMusl, isWindows) => {
3030
cwd: "x265",
3131
stdio: "inherit",
3232
});
33-
execSync("git pull", {
34-
cwd: "x265",
35-
stdio: "inherit",
36-
});
3733

3834
const staticallyLinkCLibrary = isMusl || isWindows;
3935

0 commit comments

Comments
 (0)