aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-07-29 10:57:11 +0200
committerSven Gothel <[email protected]>2015-07-29 10:57:11 +0200
commit63c0e7f1f537aa9a19ad1c371bacb78f9592efde (patch)
treecbce4255d9ef636bfea5c21e5d6a9f3d5f02b6e0 /make/build.xml
parent25c8ae691443027f02ffeafe92b15f2ba466d529 (diff)
Remove possible duplicates of libopenal.1* on OSX due to joker '*' in native.library.suffix
Diffstat (limited to 'make/build.xml')
-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>
<!-- ================================================================== -->