Skip to content

Commit

Permalink
Update build-farm/platform-specific-configurations/mac.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Stewart X Addison <[email protected]>
  • Loading branch information
Haroon-Khel and sxa authored Oct 3, 2023
1 parent 30d0f6d commit 06166c4
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 @@ -24,7 +24,7 @@ export BUILD_ARGS="${BUILD_ARGS}"

## JDK8 only: If, at this point in the build, the architecure of the machine is arm64 while the ARCHITECTURE variable
## is x64 then we need to add the cross compilation option --openjdk-target=x86_64-apple-darwin
MACHINEARCHITECURE=$(uname -a)
MACHINEARCHITECTURE=$(uname -a)

if [ "${JAVA_TO_BUILD}" == "${JDK8_VERSION}" ]
then
Expand Down

0 comments on commit 06166c4

Please sign in to comment.