xref: /cloud-hypervisor/net_util/build.rs (revision 3f8cd52ffd74627242cb7e8ea1c2bdedadf6741a)
1 // Copyright © 2024 Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 //
5 
6 fn main() {
7     println!("cargo::rustc-check-cfg=cfg(fuzzing)");
8 }
9