VirtualBox

Ignore:
Timestamp:
Jul 10, 2020 12:54:06 PM (4 years ago)
Author:
vboxsync
Message:

/Config.kmk,VBoxUSB/darwin/Makefile.kmk: Must use MacOSX10.10 or older SDK for building VBoxUSB because the IOUSBDevice.h was removed in later versions. bugref:9790

File:
1 edited

Legend:

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

    r82968 r85176  
    2828include $(KBUILD_PATH)/subheader.kmk
    2929
     30
    3031#
    3132# VBoxUSB.kext - The Darwin Kernel Extension.
     
    3435# Leopard (x86) and Snow Leopard (x86/amd64)
    3536SYSMODS.darwin       += VBoxUSB
    36 VBoxUSB_TEMPLATE      = VBOXR0DRV
     37VBoxUSB_TEMPLATE     := VBOXR0DRV
     38ifdef KMK_WITH_VERSION_COMPARE ## @todo @bugref{9790}: Remove after updating kmk.
     39if "$(VBOX_DEF_MACOSX_VERSION_MIN)" vge "10.11" # The IOUSBDevice.h header was removed in 10.11.
     40VBoxUSB_TEMPLATE     := VBoxR0DrvOSX10.10
     41endif
     42endif                          ## @todo @bugref{9790}: Remove after updating kmk.
    3743VBoxUSB_INST          = $(INST_VBOXUSB)Contents/MacOS/
    3844VBoxUSB_DEBUG_INST.darwin = $(patsubst %/,%,$(INST_VBOXUSB))
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