Searched refs:libdir (Results 1 – 7 of 7) sorted by relevance
91 const std::string libdir = libname.substr(0, libname.find_last_of("/")); in load() local92 const char* ld_library_path = libdir.c_str(); in load()93 const char* default_library_path = libdir.c_str(); in load()
539 const char* libdir = dirname(SUPPORT_LIBRARY_NAME.c_str()); in SetUp() local540 setenv(kQCDspLoadPathEnv, libdir, 1); in SetUp()541 LOG(INFO) << "Overwritten system env variable " << kQCDspLoadPathEnv << " with " << libdir; in SetUp()
202 self.libdir = self.args.libdir356 'libdir': os.path.join(self.sysroot, self.libdir),
127 you will see failures. In addition, you may need to set a `--libdir=` if your
157 ${DRY_RUN} "${GIT_DIR_BT}"/build.py --bootstrap-dir "$(readlink -f "${OUT_DIR}")" --libdir /usr/lib…
62 * `./build.py --libdir=/usr/lib/x86-64_linux_gnu/`
173 lib_dirs = [ "${libdir}" ]