Skip to content

Commit

Permalink
msys2: build without ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Feb 20, 2021
1 parent 241ac85 commit 2196e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/msys2-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build_libwebsockets() {
cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_FIND_LIBRARY_SUFFIXES=".a" \
-DCMAKE_EXE_LINKER_FLAGS="-static" \
-DLWS_WITH_SSL=OFF \
-DLWS_WITH_BUNDLED_ZLIB=OFF \
-DLWS_WITHOUT_TESTAPPS=ON \
-DLWS_WITH_LIBUV=ON \
Expand Down

0 comments on commit 2196e67

Please sign in to comment.