VirtualBox

Changeset 59405 in vbox


Ignore:
Timestamp:
Jan 19, 2016 10:41:15 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105111
Message:

configure: add detection for darwin kernel version 15/OS version 10.11, El Capitan and fix a typo breaking the Yosemite one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r59064 r59405  
    21422142  darwin_ver=`uname -r`
    21432143  case "$darwin_ver" in
     2144    15\.*)
     2145      check_xcode_sdk_path "$WITH_XCODE_DIR"
     2146      [ $? -eq 1 ] || fail
     2147      darwin_ver="10.11" # El Capitan
     2148      sdk=$WITH_XCODE_DIR/Developer/SDKs/MacOSX10.6.sdk
     2149      cnf_append "VBOX_WITH_MACOSX_COMPILERS_FROM_DEVEL" "1"
     2150      cnf_append "VBOX_PATH_MACOSX_DEVEL_ROOT" "$WITH_XCODE_DIR/Developer"
     2151      ;;
    21442152    14\.*)
    2145       check_xcode_sdk_path "$WITH_XCODE_SDK_DIR"
     2153      check_xcode_sdk_path "$WITH_XCODE_DIR"
    21462154      [ $? -eq 1 ] || fail
    21472155      darwin_ver="10.10" # Yosemite
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