Searched refs:lib_suffix (Results 1 – 4 of 4) sorted by relevance
62 lib_suffix=`echo $libdir | sed "s|$exec_prefix||"`162 libdir=${exec_prefix}${lib_suffix}164 libdir=${prefix}${lib_suffix}
436 string(TOLOWER "${float_type}_${type}" lib_suffix)445 darwin_add_builtin_library(clang_rt ${lib_suffix}452 foreach(lib ${macho_embedded_${lib_suffix}_libs})455 darwin_lipo_libs(clang_rt.${lib_suffix}457 LIPO_FLAGS ${macho_embedded_${lib_suffix}_lipo_flags}458 DEPENDS ${macho_embedded_${lib_suffix}_libs}
542 string(TOLOWER "${float_type}_${type}" lib_suffix)551 darwin_add_builtin_library(clang_rt ${lib_suffix}558 foreach(lib ${macho_embedded_${lib_suffix}_libs})561 darwin_lipo_libs(clang_rt.${lib_suffix}563 LIPO_FLAGS ${macho_embedded_${lib_suffix}_lipo_flags}564 DEPENDS ${macho_embedded_${lib_suffix}_libs}
177 let lib_suffix = if target.contains("msvc") { in build_grpc() localVariable185 if e.file_name().to_string_lossy().ends_with(lib_suffix) { in build_grpc()