From 10d438e723f9afccb25acb05137f402ba330ae39 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 13 Jan 2024 13:00:39 +0000 Subject: [PATCH] Eh? Windows fix. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4764 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 727dd50d..38ae196c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -495,6 +495,7 @@ XOPT_SOURCES := deps/xopt/xopt.c XOPT_OBJS := $(call get_objs,XOPT_SOURCES) $(filter $(BUILD_DIR)/win%,$(XOPT_OBJS)): CFLAGS += \ -DHAVE_SNPRINTF \ + -DHAVE_VSNPRINTF \ -DHAVE_VASNPRINTF \ -DHAVE_VASPRINTF \ -Dvsnprintf=rpl_vsnprintf