1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

Fixed make condition in build_make.sh.

Signed-off-by: Aleksandar Kanchev <aleksandar.kanchev@googlemail.com>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
This commit is contained in:
Aleksandar Kanchev
2009-06-24 16:15:56 +02:00
committed by Andreas Schneider
parent 8724f97a19
commit 42470857e2

View File

@ -116,7 +116,7 @@ while test -n "$1"; do
esac
done
if [ ${DOMAKE} -eq 1 ]; then
if [ "${DOMAKE}" == "1" ]; then
OPTIONS="${OPTIONS} -DCMAKE_BUILD_TYPE=${BUILD_TYPE}"
fi