Skip to content

Commit

Permalink
change header path
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored and johnoliver committed Jan 24, 2020
1 parent 998fbf5 commit 20bb009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-farm/platform-specific-configurations/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi

if [ "${JAVA_TO_BUILD}" == "${JDK11_VERSION}" ]
then
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-sysroot=/System/Library/Frameworks"
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/"
# Login to KeyChain
# shellcheck disable=SC2046
# shellcheck disable=SC2006
Expand Down

0 comments on commit 20bb009

Please sign in to comment.