1
0

windows build: some refactor to make building 64 bit binaries easier

related: #6598
This commit is contained in:
SomberNight
2020-09-17 17:10:31 +02:00
parent 56f380a62c
commit 5337331fa0
2 changed files with 26 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ export CACHEDIR="$here/.cache"
export PIP_CACHE_DIR="$CACHEDIR/pip_cache"
export BUILD_TYPE="wine"
export GCC_TRIPLET_HOST="i686-w64-mingw32"
export GCC_TRIPLET_HOST="i686-w64-mingw32" # make sure to clear caches if changing this
export GCC_TRIPLET_BUILD="x86_64-pc-linux-gnu"
export GCC_STRIP_BINARIES="1"