>>> --- configure (revision 67178) >>> +++ configure (working copy) >>> @@ -2196,6 +2196,14 @@ >>> test_header "Darwin version" >>> darwin_ver=`uname -r` >>> case "$darwin_ver" in >>> + 16\.*) >>> + check_xcode_sdk_path "$WITH_XCODE_DIR" >>> + [ $? -eq 1 ] || fail >>> + darwin_ver="10.12" # Sierra >>> + sdk=$WITH_XCODE_DIR/Developer/SDKs/MacOSX10.6.sdk >>> + cnf_append "VBOX_WITH_MACOSX_COMPILERS_FROM_DEVEL" "1" >>> + cnf_append "VBOX_PATH_MACOSX_DEVEL_ROOT" "$WITH_XCODE_DIR/Developer" >>> + ;; >>> 15\.*) >>> check_xcode_sdk_path "$WITH_XCODE_DIR" >>> [ $? -eq 1 ] || fail >>> >> >> This patch is provided under the MIT license. > > Applied. > > Thanks! > > Frank
Frank, a minor thing that I just noticed in the timeline. The line that goes: >>> + darwin_ver="10.12" # Sierra in the trunk (https://www.virtualbox.org/changeset/67198/vbox) it became: >>> + darwin_ver="10.11" # Sierra Socratis _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
