We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db1e51 commit 960dfb9Copy full SHA for 960dfb9
avrdude-6.3-files/avrdude
avrdude-6.3.build.bash
@@ -45,13 +45,3 @@ make
45
make install
46
cd ..
47
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