Fix build dependency for make run-hello-c (#622)

This commit is contained in:
Yury Delendik
2019-11-27 10:56:31 -06:00
committed by GitHub
parent 4c77563a97
commit e71ab6b846

View File

@@ -63,7 +63,7 @@ else
$(error C_COMP set to unknown compiler, must be clang or gcc)
endif
WASMTIME_BIN_DIR = ${WASMTIME_API_DIR}/../target/${WASMTIME_API_MODE}
WASMTIME_BIN_DIR = ${WASMTIME_API_DIR}/../../target/${WASMTIME_API_MODE}
WASMTIME_C_LIB_DIR = ${WASMTIME_BIN_DIR}
WASMTIME_C_LIBS = wasmtime
WASMTIME_CC_LIBS = $(error unsupported c++)