avr-gcc: Add shims for avrdude and make (#4720)

This commit is contained in:
Ahmed El-Sharnoby 2023-04-24 18:02:46 +02:00 committed by GitHub
parent 49c33b59e9
commit ecdc0958d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",