mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
b6945e59a0
commit
2cad8c2a22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue