Skip to content

Commit

Permalink
add missing build dep to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 16, 2020
1 parent 6f1db0a commit 433cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</jar>
</target>

<target name="run">
<target name="run" depends="compile">
<java classname="org.moparforia.editor.TrackEditor" fork="true">
<jvmarg value="-Xms128m" />
<jvmarg value="-Xmx512m" />
Expand Down

0 comments on commit 433cf02

Please sign in to comment.