File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -296,10 +296,6 @@ if build "pkg-config"; then
296296 build_done " pkg-config"
297297fi
298298
299- if [[ $STOP_BEFORE_CMAKE == " yes" ]]; then
300- exit 0
301- fi
302-
303299if build " cmake" ; then
304300 download " https://cmake.org/files/v3.15/cmake-3.15.4.tar.gz" " cmake-3.15.4.tar.gz"
305301 cd " $PACKAGES " /cmake-3.15.4 || exit
@@ -347,7 +343,7 @@ if build "av1"; then
347343 cd " $PACKAGES " /av1 || exit
348344 mkdir -p " $PACKAGES " /aom_build
349345 cd " $PACKAGES " /aom_build || exit
350- execute cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib " $PACKAGES " /av1
346+ execute cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH=" ${WORKSPACE} " " $PACKAGES " /av1
351347 execute make -j $MJOBS
352348 execute make install
353349 build_done " av1"
You can’t perform that action at this time.
0 commit comments