mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-11-23 16:02:28 +00:00
Add a commented-out example for enabling parport
This commit is contained in:
5
build.sh
5
build.sh
@@ -29,7 +29,12 @@ ostype=$(uname | tr '[A-Z]' '[a-z]')
|
|||||||
build_type=RelWithDebInfo
|
build_type=RelWithDebInfo
|
||||||
# build_type=Release # no debug info
|
# build_type=Release # no debug info
|
||||||
|
|
||||||
|
# See CMakeLists.txt for all options
|
||||||
|
#
|
||||||
|
# Use this to enable (historical) parallel-port based programmers:
|
||||||
|
#extra_enable="-D HAVE_PARPORT=1"
|
||||||
extra_enable=""
|
extra_enable=""
|
||||||
|
|
||||||
build_flags=""
|
build_flags=""
|
||||||
|
|
||||||
case "${ostype}" in
|
case "${ostype}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user