adapted to standard variable name scheme "enable"
This commit is contained in:
parent
a7f63a559d
commit
bc516855ff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ P=${PACKAGE}-${VERSION}
|
|||
SRCDIR="$SRC_POOL/nanox/nanox.git"
|
||||
|
||||
# enable instrumentation (0|1)
|
||||
enable_instrumentation=${instrumentation:=0}
|
||||
enable_instrumentation=${enable_instrumentation:=0}
|
||||
# build with ayudame support (0|1)
|
||||
enable_ayudame=${enable_ayudame:=0}
|
||||
# build with debugging symbols (0|1)
|
||||
|
|
Loading…
Reference in a new issue