Skip to content

Commit

Permalink
bump deps ersion
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Nov 16, 2024
1 parent 33104bf commit ac1c6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ else()
endif()

# Dependencies version, this must match the number in external_deps/build.sh
set(DEPS_VERSION 10)
set(DEPS_VERSION 11)

option(USE_EXTERNAL_DEPS "Download or reuse dependencies from EXTERNAL_DEPS_DIR (mandatory for building and running NaCl .nexe binaries)." ON)

Expand Down
2 changes: 1 addition & 1 deletion external_deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CURL="$(command -v curl)"
# This should match the DEPS_VERSION in CMakeLists.txt.
# This is mostly to ensure the path the files end up at if you build deps yourself
# are the same as the ones when extracting from the downloaded packages.
DEPS_VERSION=10
DEPS_VERSION=11

# Package download pages
PKGCONFIG_BASEURL='https://pkg-config.freedesktop.org/releases'
Expand Down

0 comments on commit ac1c6e1

Please sign in to comment.