1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Gatekeeper workaround is no more needed with avrdude linked statically

See:

2db1e51b87
960dfb99e4
This commit is contained in:
Cristian Maglie 2016-06-14 19:28:12 +02:00
parent f5fd6423c3
commit e3079871d7

View File

@ -502,11 +502,6 @@
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/*"/>
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
</chmod>
<!-- macosx gatekeeper workaround. See https://github.com/arduino/Arduino/issues/3468 -->
<chmod perm="-x">
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/avrdude_bin" />
</chmod>
</target>
<target name="macosx-run" depends="build,start"/>