Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #66 from keithc-ca/osx
Browse files Browse the repository at this point in the history
Update codesign entitlements file name
  • Loading branch information
pshipton authored Jul 15, 2020
2 parents 1b100ab + 1016282 commit 8fd2f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ifeq (,$(CODESIGN))
CodesignFile =
else
CodesignFile = $(CODESIGN) --sign "$(MACOSX_CODESIGN_IDENTITY)" \
--entitlements $(TOPDIR)/make/data/macosxsigning/entitlements.plist \
--entitlements $(TOPDIR)/make/data/macosxsigning/default.plist \
--options runtime \
--timestamp \
$1
Expand Down

0 comments on commit 8fd2f74

Please sign in to comment.