From e71ab6b8463e8c47f4a7bc8cbf2ddb76a5644425 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Wed, 27 Nov 2019 10:56:31 -0600 Subject: [PATCH] Fix build dependency for `make run-hello-c` (#622) --- crates/api/c-examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/api/c-examples/Makefile b/crates/api/c-examples/Makefile index c3535e1715..a9310949c3 100644 --- a/crates/api/c-examples/Makefile +++ b/crates/api/c-examples/Makefile @@ -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++)