mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:00:28 +02:00
* fixed dependencies of fcl-xml, the logic was inverted in r12594
git-svn-id: trunk@12595 -
This commit is contained in:
parent
d8574f1361
commit
9f9c01cef8
@ -8501,7 +8501,7 @@ librsvg_shared: gtk2_shared
|
||||
librsvg_smart: gtk2_smart
|
||||
librsvg_debug: gtk2_debug
|
||||
librsvg_release: gtk2_release
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
ifeq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
fcl-xml_all: iconvenc_all
|
||||
fcl-xml_shared: iconvenc_shared
|
||||
fcl-xml_smart: iconvenc_smart
|
||||
|
@ -311,7 +311,7 @@ librsvg_smart: gtk2_smart
|
||||
librsvg_debug: gtk2_debug
|
||||
librsvg_release: gtk2_release
|
||||
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
ifeq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
fcl-xml_all: iconvenc_all
|
||||
fcl-xml_shared: iconvenc_shared
|
||||
fcl-xml_smart: iconvenc_smart
|
||||
|
Loading…
Reference in New Issue
Block a user