chore: Changes to build in /runtime/tests/sod/

main
Sean McBride 4 years ago
parent 7780166d30
commit 5d9da0b611

@ -1,4 +1,4 @@
BASE_DIR=../
BASE_DIR=/sledge
include Makefile.wasm.inc
# SOD does not generally require a Makefile to build. Just drop sod.c and its accompanying

@ -21,10 +21,10 @@ RT_LIBC=${RT_DIR}/libc/libc_backing.c
RT_RT=${RT_DIR}/runtime.c
MEMC=${RT_MEM}/${MEMC_64}
DUMMY=${BASE_DIR}/code_benches/dummy.c
DUMMY=${BASE_DIR}/awsm/code_benches/dummy.c
# for awsm
ABASE_DIR=${BASE_DIR}/../
ABASE_DIR=${BASE_DIR}
ART_DIR=${ABASE_DIR}/runtime/
ART_INC=${ART_DIR}/include/

Loading…
Cancel
Save