Closed jtojnar closed 5 years ago
Please use pkgconfig for obtaining build flags. The makefile hardcodes /usr/include/PCSC, which is does not work on NixOS, which uses a different path. pkg-config --cflags --libs libpcsclite will produce a correct flags.
/usr/include/PCSC
pkg-config --cflags --libs libpcsclite
Donations of a CMake file are welcomed, but this is really just a toolkit with minimalist maintenance, sorry.
Please use pkgconfig for obtaining build flags. The makefile hardcodes
/usr/include/PCSC
, which is does not work on NixOS, which uses a different path.pkg-config --cflags --libs libpcsclite
will produce a correct flags.