Skip to content

Commit 229be59

Browse files
committed
rebuild
1 parent fcf7931 commit 229be59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build-libass.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ set -e -x
88
echo SET test
99
SRC_DIR=$(pwd)
1010

11+
export TOOLCHAIN_SRCDIR="$(pwd)/toolchain"
12+
export AR=win-ar
13+
export RANLIB=win-ranlib
14+
export PATH=$TOOLCHAIN_SRCDIR:$PATH
15+
1116
export GNULIB_SRCDIR="$SRC_DIR/gnutls/gnulib"
1217
export PATH=$PATH:$GNULIB_SRCDIR
1318

env.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,5 @@ export BUILD_ARCH=${1:-$VSCMD_ARG_TGT_ARCH}
1010
export BUILD_TYPE=${2:-shared}
1111
export BUILD_LICENSE=${3:-gpl}
1212

13-
export TOOLCHAIN_SRCDIR="$(pwd)/toolchain"
14-
export AR=win-ar
15-
export RANLIB=win-ranlib
16-
export PATH=$TOOLCHAIN_SRCDIR:$PATH
17-
1813
export CC=cl
1914
export CXX=cl

0 commit comments

Comments
 (0)