Skip to content

Commit

Permalink
Fix missing jssc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 7, 2023
1 parent 64fb321 commit c7f9791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ant/linux/installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
<include name="**/linux-arm/*" if="target.arch.arm32"/> <!-- jna/hid4java/usb4java -->
<include name="**/linux_arm/*" if="target.arch.arm32"/> <!-- jssc -->
<!--riscv64-->
<include name="**/linux-riscv64/*" if="target.arch.riscv64"/> <!-- jna -->
<include name="**/linux-riscv64/*" if="target.arch.riscv64"/> <!-- jna/hid4java -->
<include name="**/linux_riscv64/*" if="target.arch.riscv64"/> <!-- jssc -->
</fileset>
</copy>
</target>
Expand Down

0 comments on commit c7f9791

Please sign in to comment.