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 cf6311b commit 86f705bCopy full SHA for 86f705b
build_platform.py
@@ -286,7 +286,7 @@ def run_or_die(cmd, error):
286
# link our library folder to the arduino libraries folder
287
if not IS_LEARNING_SYS:
288
try:
289
- os.symlink(BUILD_DIR, '/Users/brentrubell/Documents/Arduino/libraries' + os.path.basename(BUILD_DIR))
+ os.symlink(BUILD_DIR, os.environ['HOME']+'/Arduino/libraries/' + os.path.basename(BUILD_DIR))
290
except FileExistsError:
291
pass
292
0 commit comments