summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-10-25 10:30:01 -0400
committerMason Reed <mason@vector35.com>2024-10-25 10:30:05 -0400
commitf97c60b5f77c4b9b668ff0b5fd292b41521c72fd (patch)
tree73925f97b61356033e97f5100fb42173f3eb1dbe /plugins/warp/Cargo.toml
parent5229159a85c720743c9f792be2a40edb225ca957 (diff)
Prevent building test artifacts on cmake builds
For some reason the linker is looking in the target directory of external rust plugins?
Diffstat (limited to 'plugins/warp/Cargo.toml')
-rw-r--r--plugins/warp/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml
index 5527eca3..cf13e34d 100644
--- a/plugins/warp/Cargo.toml
+++ b/plugins/warp/Cargo.toml
@@ -23,6 +23,10 @@ ar = { git = "https://github.com/mdsteele/rust-ar" }
tempdir = "0.3.7"
serde_json = "1.0.132"
+[features]
+default = ["build_artifacts"]
+build_artifacts = []
+
[build-dependencies]
cc = "1.1.28"