forked from mindspore-Ecosystem/mindspore
!18558 Udate MD static library name in MD cropper
Merge pull request !18558 from Mohammad Motallebi/cropper_bug3
This commit is contained in:
commit
8cc17da04d
|
@ -70,7 +70,7 @@ echo "File PATH: $FILE_PATH"
|
|||
|
||||
cd $FILE_PATH
|
||||
|
||||
MD_LIB_FILENAME="libminddata-lite_static.a"
|
||||
MD_LIB_FILENAME="libminddata-lite.a"
|
||||
|
||||
# locate original MindData lite library
|
||||
MD_LIB_PATH=`find $MINDSPORE_PATH -name "${MD_LIB_FILENAME}" | head -n 1`
|
||||
|
|
Loading…
Reference in New Issue