From 1666324ae9f58d4d67f73c5b4f2d2e1c537ab8bd Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 17 Jul 2018 06:15:59 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index 5b774b3..98f192c 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -27,10 +27,7 @@ function compile { } if [ "$STEP" == "opus" ]; then - cd $SRC/opus - ./autogen.sh - ./configure --prefix=$BUILD - cd win32/VS2015 + cd $SRC/opus/win32/VS2015 echo \nConverting project file ... sed -i 's/v140/v141/g' opus.vcxproj echo Building project 'opus' ...