mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
chore: add UTF8PROC_STATIC to Makefile
This commit is contained in:
parent
23b9196ce9
commit
f04eee0650
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user