summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 3973f0d3e01..297ef4aa6bc 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -189,7 +189,7 @@ else
ICE_DIR = $(ICE_HOME)
endif
-ifneq ($(shell test -d $(ICE_DIR)/include/Ice && echo 0),0)
+ifneq ($(shell test -d $(ICE_DIR)/bin/icecpp && echo 0),0)
$(error Ice distribution not found, please set ICE_HOME!)
endif
"""