fixup! JBR-4511 remove --disable options from configure mac-aarch64 builds & unify configure for x64 and aarch64

This commit is contained in:
Vitaly Provodin
2023-11-24 09:57:30 +07:00
parent e413bc69d7
commit 9bbc81006a

View File

@@ -26,11 +26,6 @@ JCEF_PATH=${JCEF_PATH:=./jcef_mac}
BOOT_JDK=${BOOT_JDK:=$(/usr/libexec/java_home -v 17)}
function do_configure {
if [[ "${architecture}" == *aarch64* ]]; then
ENABLE_CDS="--enable-cds=no"
else
ENABLE_CDS="--enable-cds=yes"
fi
sh configure \
$WITH_DEBUG_LEVEL \
--with-vendor-name="$VENDOR_NAME" \