no longer need an explicit "ARCH"

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 2d20c35bd3
commit 138fe4065b
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -51,7 +51,6 @@ compile-sketch:
LOCAL_CFLAGS="'-I$(shell pwd)'" \
OUTPUT_PATH="${LIB_DIR}" \
VERBOSE=${VERBOSE} \
ARCH=virtual \
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk compile
g++ -o "${BIN_DIR}/${BIN_FILE}" \
-lpthread \

Loading…
Cancel
Save