mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
build.xml target 'applet' depends on 'all', not just 'jars'
This commit is contained in:
parent
42a9d985d4
commit
2f425da408
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@
|
|||
</java>
|
||||
</target>
|
||||
|
||||
<target name="applet" depends="jars">
|
||||
<target name="applet" depends="all">
|
||||
<antcall target="-applet">
|
||||
<param name="keystore" value="applet/lwjglkeystore"/>
|
||||
<param name="alias" value="lwjgl"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue