File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11991199
12001200 <target name =" macosx-fix-bundled-toolchain-missing-symlinks" if =" macosx" >
12011201 <exec executable =" mv" failonerror =" true" >
1202- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude-6.0.1 /lib/libusb.dylib" />
1202+ <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb.dylib" />
12031203 <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
12041204 </exec >
12051205 <exec executable =" mv" failonerror =" true" >
1206- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude-6.0.1 /lib/libusb-1.0.dylib" />
1206+ <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb-1.0.dylib" />
12071207 <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
12081208 </exec >
12091209 </target >
You can’t perform that action at this time.
0 commit comments