Browse Source

Build 32bit and 64bit win deps from same script

tags/1.9.8
falkTX 7 years ago
parent
commit
08d5c27cdf
1 changed files with 4 additions and 7 deletions
  1. +4
    -7
      data/windows/build-deps.sh

+ 4
- 7
data/windows/build-deps.sh View File

@@ -51,8 +51,6 @@ exit 0


} }


cleanup

# ------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------
# function to build base libs # function to build base libs


@@ -359,13 +357,12 @@ fi
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# build base libs # build base libs


# export ARCH=32
# export TARGET="${1}"
# build_base
export ARCH=32
build_base
cleanup_pkgs


# if [ x"${TARGET}" != x"32" ]; then
export ARCH=64 export ARCH=64
build_base build_base
# fi
cleanup_pkgs


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------

Loading…
Cancel
Save