Skip to content

Commit c702ff8

Browse files
authored
Merge pull request #53 from itskhalil/replace-xcodebuild-with-cc
Replace xcodebuild with cc crate in build.rs
2 parents 2484c25 + 56d1ce1 commit c702ff8

File tree

2 files changed

+140
-164
lines changed

2 files changed

+140
-164
lines changed

cidre/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ visionos_26_1 = ["visionos_26_0"]
280280

281281
# end of deployment targets
282282

283+
[build-dependencies]
284+
cc = "1"
285+
283286
[dependencies]
284287

285288
tokio = { optional = true, version = "1", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time", "net", "process", "io-util"] }

0 commit comments

Comments
 (0)