mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
unbundled build fixes
This commit is contained in:
@@ -15,3 +15,8 @@ target_version = 1
|
||||
target_libs = PocoXML PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lexpat
|
||||
endif
|
||||
|
||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
||||
target_libs = PocoXML PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lexpat
|
||||
endif
|
||||
|
||||
|
@@ -15,3 +15,7 @@ target_version = 1
|
||||
target_libs = PocoXML PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lexpat
|
||||
endif
|
||||
|
Reference in New Issue
Block a user