!15011 fix compile training
From: @HilbertDavid Reviewed-by: @jpc_chenjianping,@zhanghaibo5 Signed-off-by: @jpc_chenjianping
This commit is contained in:
commit
af2d0cbb22
|
@ -1,6 +1,6 @@
|
|||
BASE_DIR=$(realpath ../../../../)
|
||||
APP:=bin/net_runner
|
||||
LMSLIB:=-lmindspore-lite
|
||||
LMSLIB:=-lmindspore-lite-train
|
||||
LMDLIB:=-lminddata-lite
|
||||
MSDIR:=$(realpath package-$(TARGET)/lib)
|
||||
ifneq ("$(wildcard $(MSDIR)/libhiai.so)","")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
BASE_DIR=$(realpath ../../../../)
|
||||
APP:=bin/net_runner
|
||||
MSLIB:=mindspore-lite
|
||||
MSLIB:=mindspore-lite-train
|
||||
LMDLIB:=-lminddata-lite
|
||||
MSDIR:=$(realpath package-$(TARGET)/lib)
|
||||
ifneq ("$(wildcard $(MSDIR)/libhiai.so)","")
|
||||
|
|
Loading…
Reference in New Issue