mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-02 07:16:46 +01:00
restore adding pcre_utf8_objects when build unbundled poco
This commit is contained in:
parent
7611c56cff
commit
ad5e674e1f
@ -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
|
||||
|
@ -10,10 +10,6 @@ include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = File2Page
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lz -lpcre -lexpat
|
||||
endif
|
||||
|
||||
target = f2cpsp
|
||||
target_version = 1
|
||||
target_libs = PocoUtil PocoXML PocoJSON PocoFoundation
|
||||
|
Loading…
x
Reference in New Issue
Block a user