Skip to content

Commit 739a9d4

Browse files
committed
Added build of llvm for windows
1 parent 6c2b884 commit 739a9d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package-arduino-preprocessor.bash

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ if [[ $OS == "GNU/Linux" ]] ; then
8080

8181
elif [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
8282

83+
fetch_llvm https://github.com/cmaglie/llvm-clang-build-scripts/releases/download/4.0.0/llvm-clang-4.0.0-cygwin-i686.tar.xz
8384
OUTPUT_TAG=i686-pc-cygwin
8485
CXXFLAGS="-Wno-strict-aliasing"
8586
CXX=g++

0 commit comments

Comments
 (0)