This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new 54c2f07  Export TVM_HOME env var for prebuilt tvm-sys (#607)
54c2f07 is described below

commit 54c2f072d03a58eee3c51003683222184b1e1500
Author: Mingshen Sun <[email protected]>
AuthorDate: Wed Feb 2 17:09:33 2022 -0800

    Export TVM_HOME env var for prebuilt tvm-sys (#607)
---
 examples/python/wasm_tvm_mnist_payload/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/python/wasm_tvm_mnist_payload/Makefile 
b/examples/python/wasm_tvm_mnist_payload/Makefile
index ef1a394..bc2f039 100644
--- a/examples/python/wasm_tvm_mnist_payload/Makefile
+++ b/examples/python/wasm_tvm_mnist_payload/Makefile
@@ -15,7 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
-TVM_HOME ?= /tvm
+# export TVM_HOME to prebuilt tvm-sys, don't change
+export TVM_HOME = /tvm
 export PYTHONPATH = $(shell printenv PYTHONPATH):${TVM_HOME}/python
 
 all:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to