mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 18:09:59 +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
|
elif [ -f "../src/libsndfile.dylib" ]; then
|
||||||
libsndfile_lib_location="../src/"
|
libsndfile_lib_location="../src/"
|
||||||
else
|
else
|
||||||
|
echo
|
||||||
|
echo
|
||||||
echo "Not able to find the libsndfile shared lib we've just built."
|
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
|
fi
|
||||||
|
|
||||||
libsndfile_lib_location=`(cd $libsndfile_lib_location && pwd)`
|
libsndfile_lib_location=`(cd $libsndfile_lib_location && pwd)`
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user