Skip to content

Commit 8287ed7

Browse files
committed
Update package name for macOS (64bit)
1 parent 5d07cac commit 8287ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-avrdude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ elif [[ $OS == "Darwin" ]] ; then
7676
export PATH=/opt/local/libexec/gnubin/:/opt/local/bin:$PATH
7777
export CC="gcc -arch x86_64 -mmacosx-version-min=10.8"
7878
export CXX="g++ -arch x86_64 -mmacosx-version-min=10.8"
79-
OUTPUT_TAG=i386-apple-darwin11
79+
OUTPUT_TAG=x86_64-apple-darwin12
8080

8181
else
8282

0 commit comments

Comments
 (0)