Add a commented-out example for enabling parport

This commit is contained in:
Joerg Wunsch 2023-01-03 13:53:03 +01:00
parent a301a3c4bc
commit b6da4c167e
1 changed files with 5 additions and 0 deletions

View File

@ -29,7 +29,12 @@ ostype=$(uname | tr '[A-Z]' '[a-z]')
build_type=RelWithDebInfo
# 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=""
build_flags=""
case "${ostype}" in