mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
fixed ant clean fails on windows because the linux ant script can't find
the classes dir to delete
This commit is contained in:
parent
ef7559ab41
commit
a35964c6ad
|
|
@ -46,7 +46,7 @@
|
|||
</target>
|
||||
|
||||
<target description="Clean all build products." name="clean">
|
||||
<delete>
|
||||
<delete failonerror="no">
|
||||
<fileset dir="classes">
|
||||
<include name="**/*.class"/>
|
||||
</fileset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue