Skip to content

Commit 960dfb9

Browse files
committed
Removed no more needed wrappers to link to the correct shared libraries
Since we are statically building we don't need them anymore.
1 parent 2db1e51 commit 960dfb9

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

avrdude-6.3-files/avrdude

-6
This file was deleted.

avrdude-6.3.build.bash

-10
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,3 @@ make
4545
make install
4646
cd ..
4747

48-
if [[ $TARGET_OS == "GNU/Linux" || $TARGET_OS == "Darwin" ]]
49-
then
50-
mv objdir/bin/avrdude objdir/bin/avrdude_bin
51-
cp avrdude-6.3-files/avrdude objdir/bin/
52-
if [[ $TARGET_OS == "Darwin" ]]
53-
then
54-
sed -i '' 's/LD_LIBRARY_PATH/DYLD_LIBRARY_PATH/g' objdir/bin/avrdude
55-
fi
56-
fi
57-

0 commit comments

Comments
 (0)