replace arsc_parser with ARSClib

This commit is contained in:
Julian Winkler
2023-05-20 12:34:21 +02:00
parent 0baddd9fe8
commit db53d3679f
393 changed files with 58984 additions and 1715 deletions

View File

@@ -246,7 +246,7 @@ hax_jar = jar('hax', [
'javax/microedition/khronos/opengles/GL.java',
],
dependencies: [
declare_dependency(link_with: hax_arsc_parser_jar)
declare_dependency(link_with: hax_arsc_lib_jar)
],
java_args: [
'-bootclasspath', bootclasspath,