mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
in some cases, pde.jar was not getting built (#1792)
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
message="Please build the core library first and make sure it sits in ../core/library/core.jar" />
|
||||
|
||||
<mkdir dir="bin" />
|
||||
<!-- in some cases, pde.jar was not getting built
|
||||
https://github.com/processing/processing/issues/1792 -->
|
||||
<delete file="pde.jar" />
|
||||
|
||||
<!-- env used to set classpath below -->
|
||||
<property environment="env" />
|
||||
|
||||
Reference in New Issue
Block a user