Skip to content

Commit a334f6a

Browse files
committed
more build work, use Apple version of extensions
1 parent 4f714a4 commit a334f6a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/lib/apple.jar

100755100644
3.16 KB
Binary file not shown.

build/build-7u40.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,12 @@
811811

812812
<delete dir="${target.path}/modes/java/libraries/video/library/macosx32" />
813813
<delete dir="${target.path}/modes/java/libraries/video/library/macosx64" />
814-
815814
<!--
815+
<echo message="the path is ${target.path}" />
816+
<delete dir="${target.path}/modes/java/libraries/video/library/macosx32" failonerror="true" />
817+
<delete dir="${target.path}/modes/java/libraries/video/library/macosx64" />
818+
<exec executable="ls" dir="${target.path}/modes/java/libraries/video/library" />
819+
816820
<condition property="delete32">
817821
<equals arg1="${sun.arch.data.model}" arg2="64" />
818822
</condition>

0 commit comments

Comments
 (0)