Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 74ef219

Browse files
committed
x265: remove stray slash
1 parent b575151 commit 74ef219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/x265/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export DESTDIR="$1"
44

55
cmake source \
66
-DCMAKE_INSTALL_PREFIX=/usr \
7-
-DCMAKE_BUILD_TYPE=Release \
7+
-DCMAKE_BUILD_TYPE=Release
88

99
cmake --build .
1010
cmake --install .

0 commit comments

Comments
 (0)