libraries/rabbitmq-c: Fix missing backslash in script.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-04-30 14:31:35 -04:00 committed by Willy Sudiarto Raharjo
parent b6945e59a0
commit 2cad8c2a22
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -38,7 +38,7 @@ BUILD_TESTS=${BUILD_TESTS:-OFF}
BUILD_TOOLS_DOCS=${BUILD_TOOLS_DOCS:-ON}
# from CMakeLists.txt: tests and examples require the static library
[ "$BUILD_TESTS" = "ON"
[ "$BUILD_TESTS" = "ON" \
-o "$BUILD_EXAMPLES" = "ON" ] && BUILD_STATIC_LIBS=ON
if [ -z "$ARCH" ]; then