Fix Python build workflow to account for Linux/Windows

This commit is contained in:
thunderbiscuit
2023-02-28 14:24:51 -05:00
parent 90763d42a2
commit 488edf8bd2
6 changed files with 29 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0"
[lib]
crate-type = ["lib", "staticlib", "cdylib"]
#crate-type = ["staticlib", "cdylib"]
#crate-type = ["cdylib"]
name = "bdkffi"
[[bin]]