mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
Merge from -mdev branch.
This commit is contained in:
commit
a85ecb5cf8
@ -18,9 +18,14 @@ elif [ -f "../src/.libs/libsndfile.dylib" ]; then
|
||||
elif [ -f "../src/libsndfile.dylib" ]; then
|
||||
libsndfile_lib_location="../src/"
|
||||
else
|
||||
echo
|
||||
echo
|
||||
echo "Not able to find the libsndfile shared lib we've just built."
|
||||
exit 1
|
||||
echo "This may cause the following test to fail."
|
||||
echo
|
||||
echo
|
||||
fi
|
||||
|
||||
libsndfile_lib_location=`(cd $libsndfile_lib_location && pwd)`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user