mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 12:09:47 +00:00
11 lines
407 B
Diff
11 lines
407 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -561,6 +561,7 @@ if (HAVE_PCSC)
|
|
if (NOT OSCamOperatingSystem MATCHES "Mac OS X")
|
|
if (NOT OSCamOperatingSystem MATCHES "Windows/Cygwin")
|
|
target_link_libraries (${exe_name} pcsclite)
|
|
+ target_link_libraries (${exe_name} pthread)
|
|
endif (NOT OSCamOperatingSystem MATCHES "Windows/Cygwin")
|
|
endif (NOT OSCamOperatingSystem MATCHES "Mac OS X")
|
|
endif (HAVE_PCSC)
|