Browse Source

Add libsuffix support

tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
b2523471c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openblas.pc.in

+ 1
- 1
openblas.pc.in View File

@@ -2,6 +2,6 @@ Name: openblas
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
Version: ${version}
URL: https://github.com/xianyi/OpenBLAS
Libs: -L${libdir} -lopenblas
Libs: -L${libdir} -lopenblas${libsuffix}
Libs.private: ${extralib}
Cflags: -I${includedir}

Loading…
Cancel
Save