Skip to content

Commit 5102ed4

Browse files
committed
Workaround for MacOSX gatekeeper (OSX 10.10.4)
Reapply d6c5344 until avrdude 6.3 is fixed.
1 parent d6db1de commit 5102ed4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,11 @@
495495
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/*"/>
496496
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
497497
</chmod>
498+
499+
<!-- macosx gatekeeper workaround. See https://github.com/arduino/Arduino/issues/3468 -->
500+
<chmod perm="-x">
501+
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/avrdude_bin" />
502+
</chmod>
498503
</target>
499504

500505
<target name="macosx-run" depends="build,start"/>

0 commit comments

Comments
 (0)