Searched refs:depdepl (Results 1 – 2 of 2) sorted by relevance
8562 depdepl=8566 depdepl=$tmp8568 if test -f "$absdir/$objdir/$depdepl"; then8569 depdepl=$absdir/$objdir/$depdepl8570 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`8572 … darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`8574 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"8575 func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
20079 depdepl=20084 depdepl=$tmp20087 … darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`20089 - compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"20090 - linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"20091 + func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"20092 + func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"