VirtualBox

Changeset 104828 in vbox


Ignore:
Timestamp:
May 31, 2024 2:15:36 PM (10 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163406
Message:

/Config.kmk: Fix parameter loss in notarization function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r104826 r104828  
    47394739  # @param 1  The file to notarize.
    47404740  # @param 2  Identifier, mandatory.
     4741  # @param 3  The directory to put the notarized file in. Defaults to $(dir $1).
    47414742  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))
    47434744  endif
    47444745
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette