File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -178,10 +178,11 @@ $(PLUGINLIB): $(PLUGINREQS) $(VMDIR) $(OBJDIR) $(LIBOBJ) $(PLUGINFWKS)
178178
179179# Either link with normal compiler/linker or with CXX compiler/linker. If
180180# LINK_WITH_CXX is set, use e.g. clang++
181- $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
182181ifeq ($(SIGNING_IDENTITY),)
182+ $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
183183 echo "No signing identity found (SIGNING_IDENTITY unset). Not signing bundle."
184184else
185+ $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
185186 codesign --force --deep -s "$(SIGNING_IDENTITY)" $(PLUGINBUNDLE)
186187endif
187188
Original file line number Diff line number Diff line change @@ -173,10 +173,11 @@ $(PLUGINLIB): $(PLUGINREQS) $(VMDIR) $(OBJDIR) $(LIBOBJ) $(PLUGINFWKS)
173173
174174# Either link with normal compiler/linker or with CXX compiler/linker. If
175175# LINK_WITH_CXX is set, use e.g. clang++
176- $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
177176ifeq ($(SIGNING_IDENTITY),)
177+ $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
178178 echo "No signing identity found (SIGNING_IDENTITY unset). Not signing bundle."
179179else
180+ $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
180181 codesign --force --deep -s "$(SIGNING_IDENTITY)" \
181182 --timestamp --options=runtime \
182183 --entitlements $(ENTITLEMENTS_FILE) \
Original file line number Diff line number Diff line change @@ -173,10 +173,11 @@ $(PLUGINLIB): $(PLUGINREQS) $(VMDIR) $(OBJDIR) $(LIBOBJ) $(PLUGINFWKS)
173173
174174# Either link with normal compiler/linker or with CXX compiler/linker. If
175175# LINK_WITH_CXX is set, use e.g. clang++
176- $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
177176ifeq ($(SIGNING_IDENTITY),)
177+ $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
178178 echo "No signing identity found (SIGNING_IDENTITY unset). Not signing bundle."
179179else
180+ $(PLUGINBUNDLE): $(PLUGINREQS) $(PLUGINEXE) $(PLUGINICONS) $(PLUGINPLIST) $(PLUGINFWKS)
180181 codesign --force --deep -s "$(SIGNING_IDENTITY)" \
181182 --timestamp --options=runtime \
182183 --entitlements $(ENTITLEMENTS_FILE) \
You can’t perform that action at this time.
0 commit comments