Skip to content

Commit 7b7d105

Browse files
committed
add support for arm host
Former-commit-id: d25cefb
1 parent 44f1e16 commit 7b7d105

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

compile_webidebridge.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ cp -r arduino/tools_linux_32 arduino/tools
99
goxc -os="linux" -arch="386" --include="arduino/hardware,arduino/tools" -n="Arduino_WebIDE_Bridge" -d=.
1010
rm -rf arduino/tools
1111

12+
cp -r arduino/tools_linux_arm arduino/tools
13+
goxc -os="linux" -arch="arm" --include="arduino/hardware,arduino/tools" -n="Arduino_WebIDE_Bridge" -d=.
14+
rm -rf arduino/tools
15+
1216
cp -r arduino/tools_windows arduino/tools
1317
goxc -os="windows" --include="arduino/hardware,arduino/tools" -n="Arduino_WebIDE_Bridge" -d=.
1418
rm -rf arduino/tools

0 commit comments

Comments
 (0)