chore: add UTF8PROC_STATIC to Makefile

This commit is contained in:
Günter Obiltschnig 2024-09-27 13:45:27 +02:00
parent 23b9196ce9
commit f04eee0650

View File

@ -50,6 +50,7 @@ ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre2-8 -lutf8proc -lz
objects += $(pcre_utf8_objects)
else
COMMONFLAGS += -DUTF8PROC_STATIC
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects) $(utf8proc_objects)
endif