Skip to content

Commit e307987

Browse files
committed
Gatekeeper workaround is no more needed with avrdude linked statically
See: arduino/avrdude-build-script@2db1e51 arduino/avrdude-build-script@960dfb9
1 parent f5fd642 commit e307987

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/build.xml

-5
Original file line numberDiff line numberDiff line change
@@ -502,11 +502,6 @@
502502
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/*"/>
503503
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
504504
</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>
510505
</target>
511506

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

0 commit comments

Comments
 (0)