x265: remove stray slash

This commit is contained in:
Dylan Araps 2019-11-26 21:51:49 +00:00
parent b575151149
commit 74ef21940e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export DESTDIR="$1"
cmake source \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake --install .