diff options
author | Sven Gothel <[email protected]> | 2015-07-29 10:57:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-29 10:57:11 +0200 |
commit | 63c0e7f1f537aa9a19ad1c371bacb78f9592efde (patch) | |
tree | cbce4255d9ef636bfea5c21e5d6a9f3d5f02b6e0 /make | |
parent | 25c8ae691443027f02ffeafe92b15f2ba466d529 (diff) |
Remove possible duplicates of libopenal.1* on OSX due to joker '*' in native.library.suffix
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 6 |
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> <!-- ================================================================== --> |