Commit 6b6de59c authored by colin%theblakes.com's avatar colin%theblakes.com
Browse files

Build vsnprintf for those platforms that need it. b=188079. r=cls

parent 5b65b440
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ endif

CSRCS		= $(ICAL_SRC_LCSRCS)

ifeq (,$(filter -DHAVE_SNPRINTF=1,$(DEFS)))
CSRCS += vsnprintf.c
endif

EXPORTS = $(ICAL_SRC_LEXPORTS)
FORCE_STATIC_LIB=1
GARBAGE += ical.h $(BUILT_COMBINEDHEADERS) $(BUILT_SOURCES)
+1 −1
Original line number Diff line number Diff line
#ifndef WIN32
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef HAVE_SNPRINTF