summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-07-08 12:44:27 +0200
committerJose <jose@zeroc.com>2016-07-08 12:44:27 +0200
commite2fe017d2a4f8bf9a97b61bcd0362661f07e7cf5 (patch)
tree4f30ac8e8831d236faa36d1832fa0e3f80feb81f /cpp
parentUpdate to use gradle builder 1.3.7 (diff)
downloadice-e2fe017d2a4f8bf9a97b61bcd0362661f07e7cf5.tar.bz2
ice-e2fe017d2a4f8bf9a97b61bcd0362661f07e7cf5.tar.xz
ice-e2fe017d2a4f8bf9a97b61bcd0362661f07e7cf5.zip
BZI2_HOME setting minor fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules
index 12e73131685..6ffcdfc3fe3 100644
--- a/cpp/config/Make.rules
+++ b/cpp/config/Make.rules
@@ -213,7 +213,7 @@ endif
ifneq ($(UNAME),MINGW)
ifneq ($(BZIP2_HOME),)
- BZIP2_FLAGS = -I$(BZIP2_HOME)/include)
+ BZIP2_FLAGS = -I$(BZIP2_HOME)/include
endif
ifeq ($(BZIP2_LIBS),)
BZIP2_LIBS = $(if $(BZIP2_HOME),-L$(BZIP2_HOME)/$(libsubdir)) -lbz2