Skip to content

Commit 1639a2a

Browse files
committed
Add some dlls needed if building on cygwin
1 parent d05d3e4 commit 1639a2a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

cygwin-prebuilt/cyggcc_s-1.dll

110 KB
Binary file not shown.

cygwin-prebuilt/cygncursesw-10.dll

316 KB
Binary file not shown.

cygwin-prebuilt/cygwin1.dll

2.82 MB
Binary file not shown.

cygwin-prebuilt/cygz.dll

86.5 KB
Binary file not shown.

package-arduino-preprocessor.bash

+5
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,10 @@ strip objdir/*
128128

129129
rm -f arduino-preprocessor-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2
130130
mv objdir arduino-preprocessor
131+
132+
if [[ $OS == "Cygwin" ]] ; then
133+
cp cygwin-prebuilt/* arduino-preprocessor
134+
fi
135+
131136
tar -cjvf arduino-preprocessor-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2 arduino-preprocessor
132137

0 commit comments

Comments
 (0)