From 56de94bfa7bb708ca40c96abd865c35b639217c8 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 16 Jul 2018 19:11:27 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 3cf598b..20a409a 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -36,7 +36,8 @@ if [ "$STEP" == "opus" ]; then echo Building project 'opus' ... MSBuild.exe /maxcpucount:$CPU_CORES /property:Configuration="$MSBUILD_CONFIG" /property:Platform=x64 opus.vcxproj echo Done. - + cp x64/$MSBUILD_CONFIG/opus.lib $BUILD/lib/opus.lib + cp -r $SRC/opus/include $BUILD/include/opus elif [ "$STEP" == "libfdk-aac" ]; then compile fdk-aac "--disable-static --disable-shared" elif [ "$STEP" == "lame" ]; then