VirtualBox

Changeset 60988 in vbox for trunk


Ignore:
Timestamp:
May 14, 2016 9:54:02 PM (8 years ago)
Author:
vboxsync
Message:

Enable VBOX_WITH_NEW_XCODE on OS X hosts with 10.9 by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r60987 r60988  
    295295# exist and which value they should have (usually 1, but anyway).
    296296#
     297
     298# Select new Xcode based on host OS X version.
     299ifeq ($(KBUILD_HOST),darwin)
     300 if !defined(VBOX_WITH_NEW_XCODE) && !defined(VBOX_WITHOUT_NEW_XCODE) && $(KBUILD_HOST_VERSION_MAJOR) >= 13 # (OS X 10.9 Mavericks)
     301  VBOX_WITH_NEW_XCODE = 1
     302 endif
     303endif
    297304
    298305## @name Additions
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