Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-17 06:15:59 +02:00 committed by GitHub
parent df34641f67
commit 1666324ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,7 @@ function compile {
} }
if [ "$STEP" == "opus" ]; then if [ "$STEP" == "opus" ]; then
cd $SRC/opus cd $SRC/opus/win32/VS2015
./autogen.sh
./configure --prefix=$BUILD
cd win32/VS2015
echo \nConverting project file ... echo \nConverting project file ...
sed -i 's/v140/v141/g' opus.vcxproj sed -i 's/v140/v141/g' opus.vcxproj
echo Building project 'opus' ... echo Building project 'opus' ...