Skip to content

Commit 8e59594

Browse files
committed
fix ant build script
Signed-off-by: Umair Khan <[email protected]>
1 parent df00b7d commit 8e59594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<project name="Video Library for Processing Android" default="build">
33

44
<property name="processing.dir" value="../../processing" />
5+
<property environment="env"/>
56

67
<target name="clean" description="Clean the build directories">
78
<delete dir="bin" />

0 commit comments

Comments
 (0)