File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1199
1199
1200
1200
<target name =" macosx-fix-bundled-toolchain-missing-symlinks" if =" macosx" >
1201
1201
<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" />
1203
1203
<arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1204
1204
</exec >
1205
1205
<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" />
1207
1207
<arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1208
1208
</exec >
1209
1209
</target >
You can’t perform that action at this time.
0 commit comments