santigimeno / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
171 stars 127 forks source link

Use pkg-config to find libpcsclite if available #94

Closed ajarara closed 2 years ago

ajarara commented 2 years ago

Hello!

This patch uses pkg-config if available to determine the include path for libpcsclite. My headers are not installed in /usr/include/PCSC.

If there's a better way to delegate to pkg-config if available, please let me know!

ajarara commented 2 years ago

Duplicate of: https://github.com/santigimeno/node-pcsclite/pull/86, closing.