Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Oct 3, 2023
1 parent 75e5816 commit e78ccb5
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 @@ -30,7 +30,7 @@ if [ "${JAVA_TO_BUILD}" == "${JDK8_VERSION}" ]
then
XCODE_SWITCH_PATH="/Applications/Xcode-11.7.app"
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --with-toolchain-type=clang"
if [ "${MACHINEARCHITECURE}" == "arm64" && "${ARCHITECTURE}" == "x64"]; then
if [ "${MACHINEARCHITECURE}" == "arm64" ] && [ "${ARCHITECTURE}" == "x64"]; then
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --openjdk-target=x86_64-apple-darwin"
MAC_ROSETTA_PREFIX="arch -x86_64"
fi
Expand Down

0 comments on commit e78ccb5

Please sign in to comment.