Skip to content

Commit c697542

Browse files
author
Federico Fissore
committed
MacOSX: better macosx-debug target. See #3705
1 parent e9859b4 commit c697542

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/build.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,7 @@
415415
</target>
416416

417417
<target name="macosx-debug-common">
418-
<exec executable="open" dir="macosx/work" spawn="false" failonerror="true">
419-
<arg value="Arduino.app"/>
420-
</exec>
418+
<exec executable="macosx/work/Arduino.app/Contents/MacOS/Arduino" spawn="false"/>
421419
</target>
422420

423421
<!-- - - - - - - - - - - - - - - - -->

0 commit comments

Comments
 (0)