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 1191
1191
1192
1192
<target name =" macosx-fix-bundled-toolchain-missing-symlinks" if =" macosx" >
1193
1193
<exec executable =" mv" failonerror =" true" >
1194
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude-6.0.1 /lib/libusb.dylib" />
1194
+ <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb.dylib" />
1195
1195
<arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1196
1196
</exec >
1197
1197
<exec executable =" mv" failonerror =" true" >
1198
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude-6.0.1 /lib/libusb-1.0.dylib" />
1198
+ <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb-1.0.dylib" />
1199
1199
<arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1200
1200
</exec >
1201
1201
</target >
You can’t perform that action at this time.
0 commit comments