Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Mac OS X fixes #265

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Mac OS X fixes #265

wants to merge 2 commits into from

Conversation

ipinak
Copy link

@ipinak ipinak commented Jan 6, 2016

Fixed issue for Mac OS X and Homebrew cask users.

ipinak added 2 commits January 6, 2016 20:19
…s and Cask users.

Added fix to exclude src and examples from lib flags in make
Updated the doc.
Updated the changelog
@@ -79,7 +79,12 @@ class Environment(dict):
]

if platform.system() == 'Darwin':
arduino_dist_dir_guesses.insert(0, '/Applications/Arduino.app/Contents/Resources/Java')
if os.path.exists('/Applications/Arduino.app/Contents/Java'):
arduino_dist_dir_guesees.insert(0, '/Applications/Arduino.app/Contents/Java')
Copy link

@alexcodreanu86 alexcodreanu86 Oct 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in guesees instead of guesses

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's quesees and where do you see any reference to it?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On line 83 just before the insert function call @ipinak

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants