@@ -164,7 +164,7 @@ endif
164164
165165define symlink_system_library
166166libname_$2 := $$(notdir $(call versioned_libname,$2,$3) )
167- libpath_$2 := $$(shell $$(call spawn,$$(build_depsbindir ) /libwhich ) -p $$(libname_$2 ) 2>/dev/null)
167+ libpath_$2 := $$(shell $$(call spawn,$$(LIBWHICH ) ) -p $$(libname_$2 ) 2>/dev/null)
168168symlink_$2: $$(build_private_libdir ) /$$(libname_$2 )
169169$$(build_private_libdir ) /$$(libname_$2 ) :
170170 @if [ -e "$$(libpath_$2 ) " ]; then \
@@ -205,6 +205,7 @@ $(eval $(call symlink_system_library,CSL,libatomic,1,ALLOW_FAILURE))
205205$(eval $(call symlink_system_library,CSL,libgomp,1,ALLOW_FAILURE))
206206$(eval $(call symlink_system_library,PCRE,libpcre2-8))
207207$(eval $(call symlink_system_library,DSFMT,libdSFMT))
208+ $(eval $(call symlink_system_library,LIBBLASTRAMPOLINE,libblastrampoline))
208209$(eval $(call symlink_system_library,BLAS,$(LIBBLASNAME)))
209210ifneq ($(LIBLAPACKNAME ) ,$(LIBBLASNAME ) )
210211$(eval $(call symlink_system_library,LAPACK,$(LIBLAPACKNAME)))
0 commit comments