Skip to content

Commit

Permalink
libwebsockets: fix build (google#12586)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Oct 10, 2024
1 parent 19ca2a2 commit e0fdb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libwebsockets/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
DIR=$SRC/libwebsockets/

cd $DIR
sed -i 's/-Werror//g' ./CMakeLists.txt
mkdir build && cd build

cmake -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_EXE_LINKER_FLAGS="$CFLAGS" -DCMAKE_SHARED_LINKER_FLAGS="$CFLAGS" ..
make -j8
Expand Down

0 comments on commit e0fdb99

Please sign in to comment.