Skip to content

Commit b031a69

Browse files
committed
[WIN] USe cross-compiled arduino-preprocessor
1 parent 65edb48 commit b031a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/arduino.cc/builder/test/helper_tools_downloader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) {
118118
OsUrls: []OsUrl{
119119
OsUrl{Os: "i686-pc-linux-gnu", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.3/arduino-preprocessor-0.1.3-i686-pc-linux-gnu.tar.bz2"},
120120
OsUrl{Os: "x86_64-pc-linux-gnu", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.3/arduino-preprocessor-0.1.3-x86_64-pc-linux-gnu.tar.bz2"},
121-
OsUrl{Os: "i686-mingw32", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.3/arduino-preprocessor-0.1.3-i686-pc-cygwin-2.tar.bz2"},
121+
OsUrl{Os: "i686-mingw32", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.3/arduino-preprocessor-0.1.3-i686-w64-mingw32.tar.bz2"},
122122
OsUrl{Os: "x86_64-apple-darwin", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.3/arduino-preprocessor-0.1.3-x86_64-apple-darwin11.tar.bz2"},
123123
OsUrl{Os: "arm-linux-gnueabihf", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.3/arduino-preprocessor-0.1.3-armhf-pc-linux-gnu.tar.bz2"},
124124
},

0 commit comments

Comments
 (0)