VirtualBox

Changeset 42963 in vbox for trunk/src


Ignore:
Timestamp:
Aug 23, 2012 7:31:16 PM (12 years ago)
Author:
vboxsync
Message:

Sign dylibs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r42960 r42963  
    805805        $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
    806806                ,$(NLTAB)$(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod),org.virtualbox.app.frameworks.$(qtmod)) )
    807 
     807        $(foreach dylib, \
     808                $(VBOX_DI_VBAPP_DYLIBS) \
     809                $(if-expr defined(VBOX_WITH_COMBINED_PACKAGE), \
     810                        $(VBOX_DI_VBAPP_DYLIBS.x86) \
     811                        $(VBOX_DI_VBAPP_DYLIBS.amd64) \
     812                        ,$(VBOX_DI_VBAPP_DYLIBS.$(KBUILD_TARGET_ARCH)) ) \
     813                , $(NLTAB)$(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/$(dylib),org.virtualbox.app.macos.$(notdir $(dylib))) )
    808814        $(foreach arch, $(if-expr defined(VBOX_WITH_COMBINED_PACKAGE), amd64 x86, $(KBUILD_TARGET_ARCH)) \
    809815                , $(foreach bin, $(VBOX_DI_VBAPP_PROGS) $(VBOX_DI_VBAPP_UNIVERSAL_PROGS) \
Note: See TracChangeset for help on using the changeset viewer.

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