8000 rp2/Makefile: Add link to build troubleshooting on failure. · micropython/micropython@f229aa9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f229aa9

< 8000 div class="d-flex gap-2 flex-items-center flex-md-justify-end">Browse files
committed
rp2/Makefile: Add link to build troubleshooting on failure.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 9d83157 commit f229aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/rp2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif
2424

2525
all:
2626
[ -e $(BUILD)/Makefile ] || cmake -S . -B $(BUILD) -DPICO_BUILD_DOCS=0 ${CMAKE_ARGS}
27-
$(MAKE) $(MAKESILENT) -C $(BUILD)
27+
$(MAKE) $(MAKESILENT) -C $(BUILD) || echo -e "See \033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m" && false
2828

2929
clean:
3030
$(RM) -rf $(BUILD)

0 commit comments

Comments
 (0)
0