fix: unbundled build for utf8proc

This commit is contained in:
Guenter Obiltschnig
2024-09-27 14:16:40 +02:00
parent 3d0b9d7338
commit 970c8108b7
2 changed files with 9 additions and 1 deletions

View File

@@ -47,5 +47,5 @@ target_libs = PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lz -lpcre
SYSLIBS += -lz -lpcre2-8 -lutf8proc
endif