We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14cf05 commit bba11f5Copy full SHA for bba11f5
build/build.xml
@@ -494,11 +494,6 @@
494
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/*"/>
495
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
496
</chmod>
497
-
498
- <!-- macosx gatekeeper workaround. See https://github.com/arduino/Arduino/issues/3468 -->
499
- <chmod perm="-x">
500
- <fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/avrdude_bin" />
501
- </chmod>
502
</target>
503
504
<target name="macosx-run" depends="build,start"/>
0 commit comments