Skip to content

Commit 20fb47b

Browse files
authored
Compile OpenJ9 Windows jdk11 with VS2019 (#3098)
Signed-off-by: Peter Shipton <[email protected]> Signed-off-by: Peter Shipton <[email protected]>
1 parent bf0c089 commit 20fb47b

File tree

1 file changed

+1
-5
lines changed
  • build-farm/platform-specific-configurations

1 file changed

+1
-5
lines changed

build-farm/platform-specific-configurations/windows.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,7 @@ then
173173
elif [ "${JAVA_TO_BUILD}" == "${JDK10_VERSION}" ]
174174
then
175175
export BUILD_ARGS="${BUILD_ARGS} --freetype-version 2.5.3"
176-
elif [ "${JAVA_TO_BUILD}" == "${JDK11_VERSION}" ]
177-
then
178-
TOOLCHAIN_VERSION="2017"
179-
export BUILD_ARGS="${BUILD_ARGS} --skip-freetype"
180-
elif [ "$JAVA_FEATURE_VERSION" -gt 11 ]
176+
elif [ "$JAVA_FEATURE_VERSION" -ge 11 ]
181177
then
182178
TOOLCHAIN_VERSION="2019"
183179
export BUILD_ARGS="${BUILD_ARGS} --skip-freetype"

0 commit comments

Comments
 (0)