mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +01:00
Gatekeeper workaround is no more needed with avrdude linked statically
See:2db1e51b87
960dfb99e4
This commit is contained in:
parent
f5fd6423c3
commit
e3079871d7
@ -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="**/bin/*"/>
|
||||||
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
|
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
|
||||||
</chmod>
|
</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>
|
||||||
|
|
||||||
<target name="macosx-run" depends="build,start"/>
|
<target name="macosx-run" depends="build,start"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user