Small tweak of C build script.
This commit is contained in:
parent
e0822b270e
commit
33ff573295
@ -10,6 +10,7 @@
|
|||||||
# try commenting the line in lib/bcrypt/x86.S.
|
# try commenting the line in lib/bcrypt/x86.S.
|
||||||
# - Take a look at the "Optional features" section. Some features have dependencies,
|
# - Take a look at the "Optional features" section. Some features have dependencies,
|
||||||
# either make sure you have them or disable those features.
|
# either make sure you have them or disable those features.
|
||||||
|
# eg. mpw_color=0 ./build
|
||||||
#
|
#
|
||||||
# BUGS
|
# BUGS
|
||||||
# masterpassword@lyndir.com
|
# masterpassword@lyndir.com
|
||||||
@ -38,7 +39,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Optional features.
|
# Optional features.
|
||||||
mpw_color=1 # Colorized Identicon, requires libncurses-dev
|
mpw_color=${mpw_color:-1} # Colorized Identicon, requires libncurses-dev
|
||||||
|
|
||||||
# Distribution specific configuration.
|
# Distribution specific configuration.
|
||||||
# Homebrew
|
# Homebrew
|
||||||
|
Loading…
Reference in New Issue
Block a user