build-style/cmake: add missing space before closing bracket
This commit is contained in:
parent
2dca9425af
commit
9518d3c77c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ _EOF
|
|||
fi
|
||||
cmake_args+=" -DCMAKE_INSTALL_PREFIX=/usr"
|
||||
|
||||
if [ -n "$XBPS_DEBUG_PKGS"] && [ -z $nodebug ]; then
|
||||
if [ -n "$XBPS_DEBUG_PKGS" ] && [ -z $nodebug ]; then
|
||||
cmake_args+=" -DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
else
|
||||
cmake_args+=" -DCMAKE_BUILD_TYPE=Release"
|
||||
|
|
Loading…
Reference in a new issue