VirtualBox

Changeset 86227 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Sep 22, 2020 5:23:51 PM (4 years ago)
Author:
vboxsync
Message:

Installer/darwin: Drop VBoxPython2_6.so with macOS 10.13. bugref:9790

File:
1 edited

Legend:

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

    r84556 r86227  
    425425        MacOS/VBoxHDDParallels.dylib
    426426endif
    427 if defined(VBOX_WITH_PYTHON) && !defined(VBOX_WITHOUT_VBOXPYTHON_FOR_OSX_10_6)
     427if defined(VBOX_WITH_PYTHON) && !defined(VBOX_WITHOUT_VBOXPYTHON_FOR_OSX_10_6) && "$(VBOX_DEF_MACOSX_VERSION_MIN)" vlt "10.13"
    428428 VBOX_DI_VBAPP_DYLIBS += \
    429429        MacOS/VBoxPython2_6.so
     
    446446
    447447VBOX_DI_VBAPP_DYLIBS.amd64 :=
    448 if defined(VBOX_WITH_PYTHON) && defined(VBOX_WITHOUT_VBOXPYTHON_FOR_OSX_10_6)
     448if defined(VBOX_WITH_PYTHON) && defined(VBOX_WITHOUT_VBOXPYTHON_FOR_OSX_10_6) && "$(VBOX_DEF_MACOSX_VERSION_MIN)" vlt "10.13"
    449449 VBOX_DI_VBAPP_DYLIBS.amd64 += \
    450450        MacOS/VBoxPython2_6.so
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