Merge pull request #4594 from mattip/openblas.pc.il

fix typo
This commit is contained in:
Martin Kroeker 2024-04-02 08:27:43 +02:00 committed by GitHub
commit 29995b2969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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} -l$(libprefix}openblas${libnamesuffix}
Libs: -L${libdir} -l${libprefix}openblas${libnamesuffix}
Libs.private: ${extralib}
Cflags: -I${includedir}