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 4f714a4 commit a334f6aCopy full SHA for a334f6a
2 files changed
app/lib/apple.jar
100755
100644
3.16 KB
build/build-7u40.xml
@@ -811,8 +811,12 @@
811
812
<delete dir="${target.path}/modes/java/libraries/video/library/macosx32" />
813
<delete dir="${target.path}/modes/java/libraries/video/library/macosx64" />
814
-
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
+
820
<condition property="delete32">
821
<equals arg1="${sun.arch.data.model}" arg2="64" />
822
</condition>
0 commit comments