RFR: JDK-8138739: Enable devkit on macosx in JPRT (again)
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Fri Oct 2 15:01:03 UTC 2015
On 2015-10-02 10:13, Erik Joelsson wrote:
> Hello,
>
> Please review this minor fix to the jprt configuration, which again
> enables the use of devkits for macosx.
>
> This will be pushed to jdk9/client as that's where the final fixes
> needed for this are gathered.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8138739
> Patch:
> diff -r 1e64ec3d1c60 make/jprt.properties
> --- a/make/jprt.properties
> +++ b/make/jprt.properties
> @@ -127,6 +127,8 @@
> ${jprt.i586.build.configure.args}
> jprt.windows_x64.build.configure.args= \
> --with-devkit=$VS2013_HOME
> +jprt.macosx_x64.build.configure.args= \
> + --with-devkit=$XCODE_511_HOME
>
> ########
> #
>
Woho! :-D Ship it.
/Magnus
More information about the build-dev
mailing list