File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ else()
214
214
endif ()
215
215
216
216
# Dependencies version, this must match the number in external_deps/build.sh
217
- set (DEPS_VERSION 10 )
217
+ set (DEPS_VERSION 11 )
218
218
219
219
option (USE_EXTERNAL_DEPS "Download or reuse dependencies from EXTERNAL_DEPS_DIR (mandatory for building and running NaCl .nexe binaries)." ON )
220
220
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORK_DIR="${PWD}"
9
9
# This should match the DEPS_VERSION in CMakeLists.txt.
10
10
# This is mostly to ensure the path the files end up at if you build deps yourself
11
11
# are the same as the ones when extracting from the downloaded packages.
12
- DEPS_VERSION=10
12
+ DEPS_VERSION=11
13
13
14
14
# Package download pages
15
15
PKGCONFIG_BASEURL=' https://pkg-config.freedesktop.org/releases'
You can’t perform that action at this time.
0 commit comments