From fc6b46252ddf8b0b9d2c2a34643dc9c89cbc448b Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 6 Apr 2021 09:49:17 -0400 Subject: [PATCH] chore: Remove absolute path from sod --- runtime/tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 1c7b214..7634e6f 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -29,8 +29,8 @@ gocr: sod: make clean dir samples.so -C ./sod/ - cp ./sod/bin/license_plate_detection.so /sledge/runtime/bin/lpd_wasm.so - cp ./sod/bin/resize_image.so /sledge/runtime/bin/resize_wasm.so + cp ./sod/bin/license_plate_detection.so ${SLEDGE_BIN_DIR}/lpd_wasm.so + cp ./sod/bin/resize_image.so ${SLEDGE_BIN_DIR}/resize_wasm.so %_rt: @mkdir -p ${TMP_DIR}