mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01:00
On Linux, explicitly pointing to included avrdude (instead of just using the path).
This commit is contained in:
parent
08553c31d1
commit
033cba6bd9
@ -106,7 +106,7 @@ public abstract class Uploader implements MessageConsumer {
|
|||||||
avrBasePath = new String("hardware/tools/avr/bin/");
|
avrBasePath = new String("hardware/tools/avr/bin/");
|
||||||
}
|
}
|
||||||
else if(Base.isLinux()) {
|
else if(Base.isLinux()) {
|
||||||
avrBasePath = new String("");
|
avrBasePath = new String("hardware/tools/");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
avrBasePath = new String(userdir + "hardware/tools/avr/bin/");
|
avrBasePath = new String(userdir + "hardware/tools/avr/bin/");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user