postprocess: CustomTarget_signing: find libs in INSTDIR
... not sure if it wouldn't be better to do this directly when linking, but what do i know about this signing stuff anyway... Change-Id: Iabebf21dd8c0198afb4fd03403fca3ca8a0c9b22
This commit is contained in:
@@ -33,7 +33,14 @@ ifneq ($(ENABLE_DBGUTIL),TRUE)
|
||||
$(if $(PFXFILE),-f $(PFXFILE)) \
|
||||
$(if $(PFXPASSWORD),-p $(PFXPASSWORD)) \
|
||||
$(if $(TIMESTAMPURL),-t $(TIMESTAMPURL)) \
|
||||
$(OUTDIR)/bin/*.dll $(OUTDIR)/bin/*.exe \
|
||||
$(INSTDIR)/URE/bin/*.dll \
|
||||
$(INSTDIR)/URE/bin/*.exe \
|
||||
$(INSTDIR)/program/*.dll \
|
||||
$(INSTDIR)/program/*.exe \
|
||||
$(INSTDIR)/program/shlxthdl/*.dll \
|
||||
$(INSTDIR)/sdk/cli/*.dll \
|
||||
$(INSTDIR)/sdk/bin/*.exe \
|
||||
$(INSTDIR)/share/extensions/mysql-connector-ooo/*.dll\
|
||||
&& touch $@
|
||||
else
|
||||
@echo "Doing nothing on non product builds ..."
|
||||
|
Reference in New Issue
Block a user