Skip to content

Commit

Permalink
Merge pull request #88 from AdamBrousseau/revert_zlib_bundle
Browse files Browse the repository at this point in the history
Only bundle zlib on Temurin
  • Loading branch information
AdamBrousseau authored Sep 6, 2023
2 parents bed88d1 + e02fb44 commit 38e0178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,9 @@ configureCommandParameters() {
CONFIGURE_ARGS="${CONFIGURE_ARGS} ${BUILD_CONFIG[USER_SUPPLIED_CONFIGURE_ARGS]//temporary_speech_mark_placeholder/\"}"

configureFreetypeLocation
configureZlibLocation
if [[ "${BUILD_CONFIG[VENDOR]}" == "Eclipse Adoptium" ]]; then
configureZlibLocation
fi

echo "Completed configuring the version string parameter, config args are now: ${CONFIGURE_ARGS}"
}
Expand Down

0 comments on commit 38e0178

Please sign in to comment.