On 1/Ιουν/2017, at 10:58, Kalogrianitis Socratis <[email protected]> wrote:
> Index: configure > =================================================================== > --- 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. _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
