Skip to content

Commit c78f88a

Browse files
committed
sys: add more comments on check_only
1 parent 48eb6ed commit c78f88a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

capstone-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ fn main() {
326326
// C header search paths
327327
let mut header_search_paths: Vec<PathBuf> = Vec::new();
328328

329+
// speed up cargo check by skipping native part
329330
if !cfg!(feature = "check_only") {
330331
build_capstone_cc();
331332
}

0 commit comments

Comments
 (0)