mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* install shared library only if it exists
git-svn-id: trunk@2278 -
This commit is contained in:
parent
daa0be6ed1
commit
7cfcc635fa
File diff suppressed because it is too large
Load Diff
@ -1672,9 +1672,11 @@ endif
|
||||
fpc_shared_install:
|
||||
ifneq ($(SHARED_BUILD),n)
|
||||
ifneq ($(SHARED_LIBUNITS),)
|
||||
ifneq ($(wildcard $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME)),)
|
||||
$(INSTALL) $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(INSTALL_SHAREDDIR)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
[installrules]
|
||||
#####################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user