From f97c60b5f77c4b9b668ff0b5fd292b41521c72fd Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 25 Oct 2024 10:30:01 -0400 Subject: Prevent building test artifacts on cmake builds For some reason the linker is looking in the target directory of external rust plugins? --- plugins/warp/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/warp/Cargo.toml') 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" -- cgit v1.3.1