File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ else()
209
209
endif ()
210
210
211
211
# Dependencies version, this must match the number in external_deps/build.sh
212
- set (DEPS_VERSION 10 )
212
+ set (DEPS_VERSION 11 )
213
213
214
214
option (USE_EXTERNAL_DEPS "Download or reuse dependencies from EXTERNAL_DEPS_DIR (mandatory for building and running NaCl .nexe binaries)." ON )
215
215
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ CURL="$(command -v curl)"
14
14
# This should match the DEPS_VERSION in CMakeLists.txt.
15
15
# This is mostly to ensure the path the files end up at if you build deps yourself
16
16
# are the same as the ones when extracting from the downloaded packages.
17
- DEPS_VERSION=10
17
+ DEPS_VERSION=11
18
18
19
19
# Package download pages
20
20
PKGCONFIG_BASEURL=' https://pkg-config.freedesktop.org/releases'
You can’t perform that action at this time.
0 commit comments