diff --git a/examples/python/wasm_tvm_mnist_payload/Makefile b/examples/python/wasm_tvm_mnist_payload/Makefile index ef1a3940e..bc2f0395a 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: