From 9f166a8f79c9592aa4cae2620d5dd9dccef69d05 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 11 Feb 2019 07:57:36 +0100 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 1df9342..6bb5cb9 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -160,7 +160,7 @@ elif [ "$STEP" == "ffmpeg" ]; then elif [ "$MODE" == "release" ]; then CFLAGS=-MD fi - PKG_CONFIG_PATH=$BUILD/lib/pkgconfig:$PKG_CONFIG_PATH ./configure --toolchain=msvc --extra-cflags="$CFLAGS -I$BUILD/include" --extra-ldflags="-LIBPATH:$BUILD/lib" --prefix=$BUILD --pkg-config-flags="--static" --disable-doc --disable-shared --enable-static --enable-gpl --enable-runtime-cpudetect --disable-devices --disable-network --enable-w32threads $ENABLED_TOOLS + PKG_CONFIG_PATH=$BUILD/lib/pkgconfig:$PKG_CONFIG_PATH ./configure --toolchain=msvc --extra-cflags="$CFLAGS -I$BUILD/include" --extra-ldflags="-LIBPATH:$BUILD/lib" --prefix=$BUILD --pkg-config-flags="--static" --disable-doc --disable-shared --enable-static --enable-runtime-cpudetect --disable-devices --disable-network --enable-w32threads $ENABLED_TOOLS make -j $CPU_CORES make install