mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
add $pcre_utf8_objects to objects when building an unbundled version
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -46,6 +46,7 @@ pcre_utf8_objects = pcre_ucd pcre_tables
|
|||||||
|
|
||||||
ifdef POCO_UNBUNDLED
|
ifdef POCO_UNBUNDLED
|
||||||
SYSLIBS += -lpcre -lz
|
SYSLIBS += -lpcre -lz
|
||||||
|
objects += $(pcre_utf8_objects)
|
||||||
else
|
else
|
||||||
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)
|
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user