From 4aae1c6f73fe6c2dadec73d6edeeb40fb30cde15 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa Date: Thu, 29 Sep 2022 21:32:37 +1000 Subject: [PATCH] fix two dots again --- vvcbuildfraun/BuildforLinux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vvcbuildfraun/BuildforLinux.sh b/vvcbuildfraun/BuildforLinux.sh index 37b77c5..1854f67 100644 --- a/vvcbuildfraun/BuildforLinux.sh +++ b/vvcbuildfraun/BuildforLinux.sh @@ -12,9 +12,9 @@ git clone --depth=1 https://github.com/fraunhoferhhi/vvenc git clone --depth=1 https://github.com/fraunhoferhhi/vvdec cd vvenc mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" .. && make -cd ../ +cd ../../ cd vvdec mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" .. && make -cd ../ +cd ../../ echo Please see the build files following starting with vvenc/bin/release-static pause