build_p2pd.sh: print target version
This commit is contained in:
parent
16aa087173
commit
f764fdf7f2
|
@ -26,7 +26,7 @@ fi
|
||||||
## env vars
|
## env vars
|
||||||
# verbosity level
|
# verbosity level
|
||||||
[[ -z "$V" ]] && V=0
|
[[ -z "$V" ]] && V=0
|
||||||
[[ -z "$BUILD_MSG" ]] && BUILD_MSG="Building p2pd"
|
[[ -z "$BUILD_MSG" ]] && BUILD_MSG="Building p2pd ${LIBP2P_COMMIT}"
|
||||||
|
|
||||||
# Windows detection
|
# Windows detection
|
||||||
if uname | grep -qiE "mingw|msys"; then
|
if uname | grep -qiE "mingw|msys"; then
|
||||||
|
|
Loading…
Reference in New Issue