Hack to get char16_t and char32_t available

This commit is contained in:
Tran Khanh Duy 2020-10-23 20:47:34 +07:00 committed by GitHub
parent 5c57b6709e
commit c6d4fb2dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ rm -rf build
bash ./configure \
--disable-headful \
--with-extra-cflags="$CPPFLAGS" \
--with-extra-cflags="$CXXFLAGS -Dchar16_t=uint16_t -Dchar32_t=uint32_t" \
--with-extra-ldflags="$LDFLAGS" \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \