Skip to content

Commit 9d6f9a7

Browse files
committed
Exclude flatc binary from unsupported platform
1 parent 7976323 commit 9d6f9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A Python module implemented in Rust for serializing and deseriali
66
repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"
77
license = "MIT"
88
readme = "README.md"
9-
exclude = [".github", "pytest.py", "rustfmt.toml", ".gitignore", ".gitmodules"]
9+
exclude = [".github", "pytest.py", "rustfmt.toml", ".gitignore", ".gitmodules", "flatc_mac"]
1010
publish = false
1111

1212
[lints.clippy]

0 commit comments

Comments
 (0)