Skip to content

Commit c702317

Browse files
Update tss-esapi/build.rs
Co-authored-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 5de8141 commit c702317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tss-esapi/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() {
3535

3636
assert!(
3737
supported_tss_version.matches(&tss_version),
38-
"Unsupported TSS version {tss_version}, maybe try {TPM2_TSS_VERSION_IGNORE_PRERELEASE}=true"
38+
"Unsupported TSS version {tss_version}, maybe try setting the environment variable {TPM2_TSS_VERSION_IGNORE_PRERELEASE}=true"
3939
);
4040

4141
let hierarchy_is_esys_tr_req = VersionReq::parse(">=3.0.0").unwrap();

0 commit comments

Comments
 (0)