Skip to content

Commit b8ca63f

Browse files
committed
Windows needs msbuild for generate-bindings
1 parent 14d1810 commit b8ca63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ autotools = { version = "0.2.6", optional = true }
2525
msbuild = { version = "0.2.0", optional = true }
2626

2727
[features]
28-
generate-bindings = ["bindgen"]
28+
generate-bindings = ["bindgen", "dep:msbuild"]
2929
bundled = ["dep:autotools", "dep:msbuild"]

0 commit comments

Comments
 (0)