Skip to content

Commit 1c17a57

Browse files
committed
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]>
1 parent b01085a commit 1c17a57

File tree

2 files changed

+272
-115
lines changed

2 files changed

+272
-115
lines changed

tss-esapi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/tss-esapi-sys"
1313
links = "tss2-esys"
1414

1515
[build-dependencies]
16-
bindgen = { version = "0.66.1", optional = true }
16+
bindgen = { version = "0.69.1", optional = true }
1717
pkg-config = "0.3.18"
1818
target-lexicon = "0.12.0"
1919
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)