Skip to content

Commit 3420753

Browse files
committed
Change condition
1 parent 92d06e4 commit 3420753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/esp8266/Makefile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ MEMORY_FLAGS = -DFS_MAX_OPEN_FILES=5
162162

163163
.PHONY: all clean
164164

165-
ifneq "$(MGOS_ESP8266_LWIP)" "1"
165+
ifeq "$(MGOS_ESP8266_LWIP)" "2"
166166
# NB: These setting must match ones used during build of the LwIP library during Docker image build.
167167
LWIP_CFLAGS = -DTCP_MSS=1460 -DTCP_MSL=5000 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DLWIP_COMPAT_SOCKETS=0 \
168168
-I$(MGOS_PATH)/include

0 commit comments

Comments
 (0)