mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +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:
parent
4d9c94c9fa
commit
0b309571de
@ -46,6 +46,7 @@ pcre_utf8_objects = pcre_ucd pcre_tables
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lpcre -lz
|
||||
objects += $(pcre_utf8_objects)
|
||||
else
|
||||
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user