We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7931 commit 229be59Copy full SHA for 229be59
build-libass.sh
@@ -8,6 +8,11 @@ set -e -x
8
echo SET test
9
SRC_DIR=$(pwd)
10
11
+export TOOLCHAIN_SRCDIR="$(pwd)/toolchain"
12
+export AR=win-ar
13
+export RANLIB=win-ranlib
14
+export PATH=$TOOLCHAIN_SRCDIR:$PATH
15
+
16
export GNULIB_SRCDIR="$SRC_DIR/gnutls/gnulib"
17
export PATH=$PATH:$GNULIB_SRCDIR
18
env.sh
@@ -10,10 +10,5 @@ export BUILD_ARCH=${1:-$VSCMD_ARG_TGT_ARCH}
export BUILD_TYPE=${2:-shared}
export BUILD_LICENSE=${3:-gpl}
-export TOOLCHAIN_SRCDIR="$(pwd)/toolchain"
-export AR=win-ar
-export RANLIB=win-ranlib
-export PATH=$TOOLCHAIN_SRCDIR:$PATH
-
export CC=cl
19
export CXX=cl
0 commit comments