mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix libwebsocket min version in deps install script
This commit is contained in:
parent
93eebb640b
commit
f34c4c6057
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ if ! pkg-config "spdlog >= 1.8.2" && \
|
|||
fi
|
||||
|
||||
# Build & Install libwebsockets
|
||||
if ! pkg-config "libwebsockets >= 2.3.0" && \
|
||||
if ! pkg-config "libwebsockets >= 3.1.0" && \
|
||||
[ -z "${SKIP_WEBSOCKETS}" ]; then
|
||||
git clone ${GIT_OPTS} --branch v4.0-stable https://libwebsockets.org/repo/libwebsockets
|
||||
mkdir -p libwebsockets/build
|
||||
|
|
Loading…
Add table
Reference in a new issue