From ecdc0958d2cdefe30b683ae34e3cd265c993c03c Mon Sep 17 00:00:00 2001 From: Ahmed El-Sharnoby Date: Mon, 24 Apr 2023 18:02:46 +0200 Subject: [PATCH] avr-gcc: Add shims for `avrdude` and `make` (#4720) --- bucket/avr-gcc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/avr-gcc.json b/bucket/avr-gcc.json index d76632ce21..8095a4a779 100644 --- a/bucket/avr-gcc.json +++ b/bucket/avr-gcc.json @@ -44,7 +44,9 @@ "bin\\avr-run.exe", "bin\\avr-size.exe", "bin\\avr-strings.exe", - "bin\\avr-strip.exe" + "bin\\avr-strip.exe", + "bin\\avrdude.exe", + "bin\\make.exe" ], "post_install": [ "# manually shim bin\\avr-gcc-$version.exe",