We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3532fb commit fd6bea0Copy full SHA for fd6bea0
Makefile.common
@@ -49,7 +49,7 @@ ifeq (${shell uname}, Darwin)
49
# If AVR Toolchain was installed from Microchip binaries
50
ifneq (, $(shell which avr-gcc))
51
CC = clang
52
- AVR_ROOT := $(shell which avr-gcc | awk -F'bin/' '{ print $1 }')
+ AVR_ROOT := $(shell which avr-gcc | awk -F'bin/' '{ print $$1 }')
53
AVR := ${AVR_ROOT}/bin/avr-
54
else
55
# gcc 4.2 from MacOS is really not up to scratch anymore
0 commit comments