Skip to content

Commit 948cc2a

Browse files
committed
Bump bindgen and update bindings
The bindings are noe generated for tss 2.4.6 library. Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
1 parent 709634b commit 948cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi-sys/regenerate-bindings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ cross-compile-tpm2-tss arm-linux-gnueabi
103103
rustup target add armv7-unknown-linux-gnueabi
104104
cargo clean
105105
cargo build --features generate-bindings --target armv7-unknown-linux-gnueabi
106-
find ../target -name tss_esapi_bindings.rs -exec cp {} ./src/bindings/arm-unknown-linux-gnueabi.rs \;
106+
find ../target -name tss_esapi_bindings.rs -exec cp {} ./src/bindings/arm-unknown-linux-gnueabi.rs \;

0 commit comments

Comments
 (0)