mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 08:02:06 +02:00
fix: unbundled build for utf8proc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user