Skip to content

Commit e46bedd

Browse files
authored
Merge pull request #337 from Elastino/master
Removed unnecessary libpthread in package config
2 parents 751495d + c6648ac commit e46bedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pocketsphinx.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Description: Lightweight speech recognition system
1111
Version: @PROJECT_VERSION@
1212
URL: @PACKAGE_URL@
1313
Libs: -L${libdir} -lpocketsphinx
14-
Libs.private: ${libs} -lm -lpthread
14+
Libs.private: ${libs} -lm
1515
Cflags: -I${includedir} -I${includedir}/sphinxbase -I${includedir}/pocketsphinx

0 commit comments

Comments
 (0)