From ed28cc36a91cf6663ea4052d94f816bbd14e1857 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 28 Dec 2020 13:49:36 +0100 Subject: [PATCH] fix win32 build --- core/core.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core.mk b/core/core.mk index b1542e6f1..4a98beac0 100755 --- a/core/core.mk +++ b/core/core.mk @@ -142,6 +142,8 @@ ifdef USE_MODEM RZDCY_MODULES += hw/modem/ deps/picotcp/modules/ deps/picotcp/stack/ ifndef FOR_WINDOWS RZDCY_CFLAGS += -I/usr/include/miniupnpc + else + RZDCY_CFLAGS += -I$(RZDCY_SRC_DIR)/deps/miniupnpc endif endif