Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for non pkg-config tpm2-tss installs.
- Adds support for specifying path to the tpm2-tss libraries and header files using the environment variable ```TPM2_TSS_PATH```. The specified path is expected to have the following layout: | -> <Specified path> | | -> include | | -> tss2 | | -> tss2_esys.h | | | -> lib | | -> tss2_esys.lib (or .so) Signed-off-by: Jesper Brynolf <[email protected]>
- Loading branch information