From 2620f43bcbac6652a30e908c3e3852ecc9dc79ae Mon Sep 17 00:00:00 2001 From: Ivan Holmes Date: Wed, 9 Aug 2017 22:42:28 +0200 Subject: [PATCH] Change arduino library path so it works on mac --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index be71d45..840a98e 100644 --- a/Makefile.common +++ b/Makefile.common @@ -48,7 +48,7 @@ CORE_CFLAGS = -DAVR_CORE=1 ifeq (${shell uname}, Darwin) # gcc 4.2 from MacOS is really not up to scratch anymore CC = clang - AVR_ROOT := "/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/" + AVR_ROOT := "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/" AVR := ${AVR_ROOT}/bin/avr- # Thats for MacPorts libelf ifeq (${shell test -d /opt/local && echo Exists}, Exists) -- 2.39.5