Skip to content

Commit

Permalink
scripts: update cross build lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 18, 2022
1 parent dd10b06 commit 896e07e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ STAGE_ROOT="${STAGE_ROOT:-/opt/stage}"
BUILD_ROOT="${BUILD_ROOT:-/opt/build}"
BUILD_TARGET="${BUILD_TARGET:-x86_64}"

ZLIB_VERSION="${ZLIB_VERSION:-1.2.12}"
JSON_C_VERSION="${JSON_C_VERSION:-0.15}"
ZLIB_VERSION="${ZLIB_VERSION:-1.2.13}"
JSON_C_VERSION="${JSON_C_VERSION:-0.16}"
MBEDTLS_VERSION="${MBEDTLS_VERSION:-2.28.1}"
LIBUV_VERSION="${LIBUV_VERSION:-1.40.0}"
LIBUV_VERSION="${LIBUV_VERSION:-1.44.2}"
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.3.2}"

build_zlib() {
Expand Down

0 comments on commit 896e07e

Please sign in to comment.