Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for non pkg-config tpm2-tss installs. #477

Merged
merged 1 commit into from
Apr 8, 2024

Commits on Apr 2, 2024

  1. 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]>
    Superhepper committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7ab6abf View commit details
    Browse the repository at this point in the history