Fix build dependency for make run-hello-c (#622)
This commit is contained in:
@@ -63,7 +63,7 @@ else
|
|||||||
$(error C_COMP set to unknown compiler, must be clang or gcc)
|
$(error C_COMP set to unknown compiler, must be clang or gcc)
|
||||||
endif
|
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_LIB_DIR = ${WASMTIME_BIN_DIR}
|
||||||
WASMTIME_C_LIBS = wasmtime
|
WASMTIME_C_LIBS = wasmtime
|
||||||
WASMTIME_CC_LIBS = $(error unsupported c++)
|
WASMTIME_CC_LIBS = $(error unsupported c++)
|
||||||
|
|||||||
Reference in New Issue
Block a user