diff options
author | Jose <jose@zeroc.com> | 2016-07-08 12:44:27 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-07-08 12:44:27 +0200 |
commit | e2fe017d2a4f8bf9a97b61bcd0362661f07e7cf5 (patch) | |
tree | 4f30ac8e8831d236faa36d1832fa0e3f80feb81f /cpp | |
parent | Update to use gradle builder 1.3.7 (diff) | |
download | ice-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.rules | 2 |
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 |