Skip to content

Commit

Permalink
use system java libraries (temporarily hardcoded)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Nov 28, 2023
1 parent 7ab32ae commit ca67929
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(BUILD):
pip install . -t local

src-animal/animal.cpp: $(JAVA_CLASSES)
java -cp kaitai_struct_compiler/jvm/target/scala-2.12/kaitai-struct-compiler_2.12-0.11-SNAPSHOT.jar:lib/* io.kaitai.struct.JavaMain -t awkward --outdir src-animal example_data/schemas/animal.ksy
java -cp kaitai_struct_compiler/jvm/target/scala-2.12/kaitai-struct-compiler_2.12-0.11-SNAPSHOT.jar:/usr/share/kaitai-struct-compiler/lib/* io.kaitai.struct.JavaMain -t awkward --outdir src-animal example_data/schemas/animal.ksy

$(JAVA_CLASSES):
cd kaitai_struct_compiler && sbt package
Expand Down
Binary file removed lib/com.github.scopt.scopt_2.12-3.6.0.jar
Binary file not shown.
Binary file removed lib/com.lihaoyi.fastparse-utils_2.12-1.0.0.jar
Binary file not shown.
Binary file removed lib/com.lihaoyi.fastparse_2.12-1.0.0.jar
Binary file not shown.
Binary file removed lib/com.lihaoyi.sourcecode_2.12-0.1.4.jar
Binary file not shown.
Binary file removed lib/org.scala-lang.scala-library-2.12.12.jar
Binary file not shown.
Binary file removed lib/org.yaml.snakeyaml-1.28.jar
Binary file not shown.

0 comments on commit ca67929

Please sign in to comment.