File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ ifdef HAVE_CROSS_COMPILE
408
408
ifdef HAVE_ANDROID
409
409
# cmake will overwrite our --sysroot with a native (host) one on Darwin
410
410
# Set it to "" right away to short-circuit this behaviour
411
+ echo "set(CMAKE_SYSTEM_NAME Linux)" >> $@
411
412
echo "set(CMAKE_CXX_SYSROOT_FLAG \"\")" >> $@
412
413
echo "set(CMAKE_C_SYSROOT_FLAG \"\")" >> $@
413
414
endif
Original file line number Diff line number Diff line change 27
27
DEPS_websockets = zlib $(DEPS_zlib )
28
28
29
29
.websockets : websockets .zlib toolchain.cmake
30
- cd $< && $(HOSTVARS ) CFLAGS=" $( CFLAGS) $( EX_ECFLAGS) " $(CMAKE ) -DCMAKE_BUILD_TYPE=Release -DLWS_WITH_SSL=0
31
- cd $< && $(MAKE ) install
30
+ cd $< && $(HOSTVARS ) CFLAGS=" $( CFLAGS) $( EX_ECFLAGS) " $(CMAKE ) -DCMAKE_BUILD_TYPE=Release -DLWS_WITH_SSL=0 -DLWS_WITHOUT_TEST_PING=1
31
+ cd $< && $(MAKE ) VERBOSE=1 install
32
32
touch $@
You can’t perform that action at this time.
0 commit comments