From c91bec453f13c5bfbfd97216dca444a46b29fcb2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Jul 2021 06:36:15 +0300 Subject: [PATCH] x265: update for new env --- extra/x265/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/extra/x265/build b/extra/x265/build index 2bc1c919..be42f483 100755 --- a/extra/x265/build +++ b/extra/x265/build @@ -1,7 +1,5 @@ #!/bin/sh -e -export DESTDIR="$1" - cmake source \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release