Skip to content

Commit e0fdb99

Browse files
libwebsockets: fix build (#12586)
1 parent 19ca2a2 commit e0fdb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/libwebsockets/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
DIR=$SRC/libwebsockets/
1919

2020
cd $DIR
21+
sed -i 's/-Werror//g' ./CMakeLists.txt
2122
mkdir build && cd build
22-
2323
cmake -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
2424
-DCMAKE_EXE_LINKER_FLAGS="$CFLAGS" -DCMAKE_SHARED_LINKER_FLAGS="$CFLAGS" ..
2525
make -j8

0 commit comments

Comments
 (0)