1
1

Fixed make condition in build_make.sh.

Signed-off-by: Aleksandar Kanchev <aleksandar.kanchev@googlemail.com>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Этот коммит содержится в:
Aleksandar Kanchev 2009-06-24 16:15:56 +02:00 коммит произвёл Andreas Schneider
родитель 8724f97a19
Коммит 42470857e2

Просмотреть файл

@ -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