From f57b9b8007ffd106ee8f2ce95616230260c3bae0 Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Wed, 28 Aug 2024 11:03:10 +0900 Subject: [PATCH] patch clang-sys --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 191fe13..678abfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,3 +45,7 @@ esp-idf-svc = "0.49" [build-dependencies] anyhow = "1" embuild = "0.32" + +[patch.crates-io] +# see: https://github.com/esp-rs/espup/issues/440 +clang-sys = { git = "https://github.com/taks/clang-sys.git", branch = "load_with_flags_test"}