From: Ivan Holmes Date: Wed, 9 Aug 2017 20:42:28 +0000 (+0200) Subject: Change arduino library path so it works on mac X-Git-Tag: v1.6~28 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=2620f43bcbac6652a30e908c3e3852ecc9dc79ae;p=sx%2Fsimavr.git Change arduino library path so it works on mac --- 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)