VirtualBox

Changeset 82821 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 22, 2020 11:34:17 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: UICommon must use relative path in non-hardened builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r82761 r82821  
    446446
    447447UICommon_LDFLAGS.darwin = \
    448         -framework AppKit -framework Carbon -framework IOKit \
    449         $(if $(VBOX_WITH_HARDENING),-install_name $(VBOX_DYLD_EXECUTABLE_PATH)/UICommon.dylib)
    450 
     448        -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/UICommon.dylib \
     449        -framework AppKit \
     450        -framework Carbon \
     451        -framework IOKit
    451452if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
    452453 UICommon_LDFLAGS.darwin += -framework OpenGL
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