mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
To work around Issue #1107
https://github.com/avrdudes/avrdude/issues/1107#issuecomment-1265873339
This commit is contained in:
2
build.sh
2
build.sh
@@ -39,7 +39,7 @@ case "${ostype}" in
|
|||||||
machine=$(uname -m)
|
machine=$(uname -m)
|
||||||
if expr "${machine}" : '^\(arm\|aarch\)' >/dev/null
|
if expr "${machine}" : '^\(arm\|aarch\)' >/dev/null
|
||||||
then
|
then
|
||||||
extra_enable="${extra_enable} -D HAVE_LINUXGPIO=ON -D HAVE_LINUXSPI=ON"
|
extra_enable="${extra_enable} -D HAVE_LINUXGPIO=1 -D HAVE_LINUXSPI=1"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user