Skip to content

Commit 29995b2

Browse files
authored
Merge pull request #4594 from mattip/openblas.pc.il
fix typo
2 parents b1e8ba5 + 5b33e64 commit 29995b2

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}
66
Libs.private: ${extralib}
77
Cflags: -I${includedir}

0 commit comments

Comments
 (0)