mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
tests/test_wrapper.sh.in : Fix for ENABLE_EXPERIMENTAL_CODE mode.
This commit is contained in:
parent
58780bc2d4
commit
caa74f89bb
@ -53,7 +53,7 @@ if test -f libsndfile.so.$LIB_VERSION ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
sfversion=`./sfversion@EXEEXT@`
|
||||
sfversion=`./sfversion@EXEEXT@ | sed "s/-exp$//"`
|
||||
|
||||
if test $sfversion != libsndfile-$PACKAGE_VERSION ; then
|
||||
echo "Error : sfversion ($sfversion) and PACKAGE_VERSION ($PACKAGE_VERSION) don't match."
|
||||
|
Loading…
Reference in New Issue
Block a user