mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Fixed compiling on windows
This commit is contained in:
@ -462,6 +462,14 @@
|
||||
<fileset file="windows/eeprom.h" />
|
||||
</copy>
|
||||
|
||||
<!-- Copy bossac.exe tool -->
|
||||
<copy todir="windows/work/hardware/tools">
|
||||
<fileset file="windows/bossac.exe" />
|
||||
</copy>
|
||||
<chmod perm="755">
|
||||
<fileset file="windows/work/hardware/tools/bossac.exe" />
|
||||
</chmod>
|
||||
|
||||
<antcall target="assemble">
|
||||
<param name="target.path" value="windows/work" />
|
||||
</antcall>
|
||||
|
0
build/windows/bossac.exe
Normal file → Executable file
0
build/windows/bossac.exe
Normal file → Executable file
Reference in New Issue
Block a user