Skip to content

Commit bfaf5b9

Browse files
committed
Restore libsuffix support in pkg-config file
It had been mistakenly removed in 9ef10ff.
1 parent 18014b0 commit bfaf5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Name: openblas
22
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
33
Version: ${version}
44
URL: https://github.com/xianyi/OpenBLAS
5-
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
5+
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}${libsuffix}
66
Libs.private: ${extralib}
77
Cflags: -I${includedir} ${omp_opt}

0 commit comments

Comments
 (0)