api-impl/meson.build: tell Java compiler to use UTF-8 encoding

This commit is contained in:
Julian Winkler
2024-05-07 07:07:45 +02:00
parent 64411c75aa
commit ad2ce495d9

View File

@@ -518,5 +518,6 @@ hax_jar = jar('hax', [
java_args: [
'-bootclasspath', bootclasspath,
'-source', '1.8', '-target', '1.8',
'-encoding', 'UTF-8',
'-h', join_paths(dir_base, 'src/api-impl-jni/generated_headers')
])