2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

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

View File

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