diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-04-24 20:22:54 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-04-24 20:22:54 -0400 |
commit | c06c0517c15225357f59ae828f6b18990906ae19 (patch) | |
tree | 5c7afc25e46286df522671ac426734242f6fdfbc /solenv | |
parent | 86acfb46ceb8946c6029811592d93041936e0091 (diff) |
libpython.so is now in instdir
Change-Id: Ib1b1a853d265a28bfab19c0fa25b778fcec92ba6
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_GCC_defs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index e6c2ee65322c..47f719101193 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -187,7 +187,7 @@ else gb_Helper_LIBRARY_PATH_VAR := LD_LIBRARY_PATH endif -gb_Helper_set_ld_path := $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}"$(OUTDIR_FOR_BUILD)/lib" +gb_Helper_set_ld_path := $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}"$(OUTDIR_FOR_BUILD)/lib:$(INSTDIR)/program" # $(1): list of directory pathnames to append at the end of the ld path define gb_Helper_extend_ld_path |