mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 07:35:31 -04:00
Hack to get char16_t and char32_t available
This commit is contained in:
parent
5c57b6709e
commit
c6d4fb2dc6
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user