Skip to content

Commit f5bba03

Browse files
committed
Windows needs msbuild for generate-bindings
Signed-off-by: Bryan D. Ashby <[email protected]>
1 parent d1f5a2e commit f5bba03

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)