summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-05-26 08:46:04 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-05-26 08:46:04 +0200
commit211cc1f084457a7cb2d77750c2c098e76ebfd114 (patch)
treee3422ea0cac9c27b7f6a3302b1323e294eb306f5 /python
parentRenamed zeroc-ice-certutils to zeroc-icecertutils (diff)
downloadice-211cc1f084457a7cb2d77750c2c098e76ebfd114.tar.bz2
ice-211cc1f084457a7cb2d77750c2c098e76ebfd114.tar.xz
ice-211cc1f084457a7cb2d77750c2c098e76ebfd114.zip
Fixed slice2py location on Unix platforms
Diffstat (limited to 'python')
-rw-r--r--python/config/Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/config/Make.rules b/python/config/Make.rules
index b1e223ca456..39fcd312dc3 100644
--- a/python/config/Make.rules
+++ b/python/config/Make.rules
@@ -148,7 +148,7 @@ ifdef ice_src_dist
SLICEPARSERLIB = $(ice_cpp_dir)/$(lib64subdir)/$(call mklibfilename,Slice,$(VERSION))
endif
else
- SLICE2PY = $(ice_dir)/bin/slice2py
+ SLICE2PY = /usr/local/bin/slice2py
SLICEPARSERLIB =
endif