We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fd642 commit e307987Copy full SHA for e307987
build/build.xml
@@ -502,11 +502,6 @@
502
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/*"/>
503
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
504
</chmod>
505
-
506
- <!-- macosx gatekeeper workaround. See https://github.com/arduino/Arduino/issues/3468 -->
507
- <chmod perm="-x">
508
- <fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/avrdude_bin" />
509
- </chmod>
510
</target>
511
512
<target name="macosx-run" depends="build,start"/>
0 commit comments