diff options
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 14292792de..b3d748dab2 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -88,6 +88,14 @@ fcl-base_release: paszlib_release fcl-base_shared: paszlib_shared endif +ifneq ($(findstring $(FULL_TARGET),powerpc-darwin i386-darwin),) +fcl-base_all: univint_all +fcl-base_debug: univint_debug +fcl-base_smart: univint_smart +fcl-base_release: univint_release +fcl-base_shared: univint_shared +endif + fcl-xml_all: fcl-base_all fcl-xml_debug: fcl-base_debug fcl-xml_smart: fcl-base_smart |
