We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c25f4a commit 8a155aaCopy full SHA for 8a155aa
1 file changed
board-manager/Makefile.core
@@ -46,7 +46,7 @@ $(COREFILE): | $(COREDIR)
46
$(eval TMPDIR := $(shell mktemp -d))
47
cd ..; git archive -v HEAD:sduino/stm8|tar -x -C $(TMPDIR)
48
echo ===============================
49
- ls -l
+ ls -l release/*/*
50
51
sed -i '/^tools\.stm8/ s#{runtime.hardware.path}/tools#{runtime.tools.STM8Tools.path}#' \
52
$(TMPDIR)/platform.txt
0 commit comments