1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-19 21:09:48 +03:00

Adding custom compiled uisp (with support for the ATmega168) to the linux dist/ directory.

This commit is contained in:
David A. Mellis
2006-12-20 02:15:20 +00:00
parent 18951f0437
commit 625c7b185f
3 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ export CLASSPATH
# put the directory where this file lives in the front of the path, because
# that directory also contains jikes, which we will need at runtime.
#
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
PATH=`pwd`/`dirname $0`/tools:${PATH}
export PATH
# put the directory with the native RXTX libs in the library path