Changeset 104828 in vbox
- Timestamp:
- May 31, 2024 2:15:36 PM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 163406
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r104826 r104828 4739 4739 # @param 1 The file to notarize. 4740 4740 # @param 2 Identifier, mandatory. 4741 # @param 3 The directory to put the notarized file in. Defaults to $(dir $1). 4741 4742 if $(intersects darwin darwin_notarize all 1,$(VBOX_WITH_CORP_CODE_SIGNING)) 4742 VBOX_NOTARIZE_FILE_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB)$(call VBOX_CCS_NOTARIZE_CMD,$(1),$(2) )4743 VBOX_NOTARIZE_FILE_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB)$(call VBOX_CCS_NOTARIZE_CMD,$(1),$(2),$(3)) 4743 4744 endif 4744 4745
Note:
See TracChangeset
for help on using the changeset viewer.