Commit 2620f43bcbac6652a30e908c3e3852ecc9dc79ae
authorIvan Holmes <ivan@ivanholmes.co.uk>
Wed, 9 Aug 2017 20:42:28 +0000 (22:42 +0200)
committerMichel Pollet <github.com@pollet.net>
Thu, 10 Aug 2017 06:56:48 +0000 (07:56 +0100)
Makefile.common

index be71d450227ae07824b3bf9482468cf18a1aa1de..840a98e22898b1f976667eb4335818b8a07075d9 100644 (file)
@@ -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)