VirtualBox

Changeset 67198 in vbox for trunk


Ignore:
Timestamp:
Jun 1, 2017 9:08:04 AM (8 years ago)
Author:
vboxsync
Message:

configure: support building on macOS 10.12 (thanks socratis!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r67153 r67198  
    21972197  darwin_ver=`uname -r`
    21982198  case "$darwin_ver" in
     2199    16\.*)
     2200      check_xcode_sdk_path "$WITH_XCODE_DIR"
     2201      [ $? -eq 1 ] || fail
     2202      darwin_ver="10.11" # Sierra
     2203      sdk=$WITH_XCODE_DIR/Developer/SDKs/MacOSX10.6.sdk
     2204      cnf_append "VBOX_WITH_MACOSX_COMPILERS_FROM_DEVEL" "1"
     2205      cnf_append "VBOX_PATH_MACOSX_DEVEL_ROOT" "$WITH_XCODE_DIR/Developer"
     2206      ;;
    21992207    15\.*)
    22002208      check_xcode_sdk_path "$WITH_XCODE_DIR"
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