We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9c313 commit 794723cCopy full SHA for 794723c
1 file changed
app/build.xml
@@ -49,6 +49,9 @@
49
message="Please build the core library first and make sure it sits in ../core/library/core.jar" />
50
51
<mkdir dir="bin" />
52
+ <!-- in some cases, pde.jar was not getting built
53
+ https://github.com/processing/processing/issues/1792 -->
54
+ <delete file="pde.jar" />
55
56
<!-- env used to set classpath below -->
57
<property environment="env" />
0 commit comments