diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-10-01 16:38:39 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-10-01 16:38:39 +0200 |
commit | 493f6042464478a8fb9cf490dce052413441d4f7 (patch) | |
tree | 33ef4b678ac879b75c8626ad6e562c04e43e8da3 /python | |
parent | Fixed PHP build for El Capitan to override installphplib instead of installlib (diff) | |
download | ice-493f6042464478a8fb9cf490dce052413441d4f7.tar.bz2 ice-493f6042464478a8fb9cf490dce052413441d4f7.tar.xz ice-493f6042464478a8fb9cf490dce052413441d4f7.zip |
Fixed missing lib directory for RPATH on install of Py/Ruby/Php modules
Diffstat (limited to 'python')
-rw-r--r-- | python/config/Make.rules.Darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/config/Make.rules.Darwin b/python/config/Make.rules.Darwin index d711838d160..b8c7cdd864b 100644 --- a/python/config/Make.rules.Darwin +++ b/python/config/Make.rules.Darwin @@ -39,7 +39,7 @@ ifneq ($(STATICLIBS),yes) # installation directly layout). # ifneq ($(embedded_runpath_prefix),) - installlib += ; install_name_tool -rpath $(RPATH_DIR) $(embedded_runpath_prefix) $(1)/$(3) + installlib += ; install_name_tool -rpath $(RPATH_DIR) $(embedded_runpath_prefix)/lib $(1)/$(3) else ifdef usr_dir_install installlib += ; install_name_tool -delete_rpath $(RPATH_DIR) $(1)/$(3) else ifdef ice_src_dist |