Add -lpthread to Libs: in pkg-config file

This commit is contained in:
Matthieu Herrb 2023-08-14 16:43:19 +02:00
parent e83a241d77
commit 23ba7e847a
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ Description: The C11 standard threads library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lstdthreads
Libs: -L${libdir} -lstdthreads -lpthread