[vbox-dev] [Patch] Add support for building VirtualBox on OSX 10.12
Kalogrianitis Socratis
socratisk at gmail.com
Thu Jun 1 08:22:51 UTC 2017
On 1/Ιουν/2017, at 10:58, Kalogrianitis Socratis <socratisk at gmail.com> 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.
More information about the vbox-dev
mailing list