aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index e44f88b..51cd328 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -641,6 +641,12 @@
<include name="*soft_oal.${native.library.suffix}" />
</fileset>
</copy>
+ <delete includeEmptyDirs="false" quiet="true" failonerror="false">
+ <fileset dir="../${rootrel.build}/obj">
+ <include name="libopenal.1.${native.library.suffix}" />
+ <include name="libopenal.1.*.${native.library.suffix}" />
+ </fileset>
+ </delete>
</target>
<!-- ================================================================== -->