Update build_tc.sh
This commit is contained in:
parent
577845343f
commit
9b2f503362
@ -31,8 +31,8 @@ if [ "$STEP" == "opus" ]; then
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=$BUILD
|
./configure --prefix=$BUILD
|
||||||
cd win32/VS2015
|
cd win32/VS2015
|
||||||
echo Converting project file ...
|
echo \nConverting project file ...
|
||||||
devenv.exe /Upgrade opus.vcxproj
|
sed -i 's/v140/v141/g' opus.vcxproj
|
||||||
echo Building project 'opus' ...
|
echo Building project 'opus' ...
|
||||||
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj
|
MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj
|
||||||
echo Done.
|
echo Done.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user