Skip to content

Commit 19aa7ed

Browse files
committed
Merge pull request #3167 from Chris--A/no-spawn
Build: Remove spawn from exec command (Windows)
2 parents d08ef89 + 00f36e7 commit 19aa7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@
880880

881881
<target name="windows-run" depends="build"
882882
description="Run windows version">
883-
<exec executable="windows/work/arduino.exe" dir="windows/work" spawn="true" failonerror="true"/>
883+
<exec executable="windows/work/arduino.exe" dir="windows/work" failonerror="true"/>
884884
</target>
885885

886886
<target name="windows-dist" depends="build" description="Create .zip files of windows version">

0 commit comments

Comments
 (0)