Skip to content

Commit 07b103f

Browse files
committed
Update for espup upgrade to v0.10.0
1 parent 61850ad commit 07b103f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ build-std = ["std", "panic_abort"]
3434

3535
[env]
3636
CARGO_WORKSPACE_DIR = { value = "", relative = true }
37-
LIBCLANG_PATH = "/home/mdesilva/.espressif/tools/xtensa-esp32-elf-clang/esp-15.0.0-20221014-x86_64-unknown-linux-gnu/esp-clang/lib"
37+
# LIBCLANG_PATH = "/home/mdesilva/.espressif/tools/xtensa-esp32-elf-clang/esp-15.0.0-20221014-x86_64-unknown-linux-gnu/esp-clang/lib"
38+
LIBCLANG_PATH = "/home/mdesilva/.espup/esp-clang"
3839
# Uncomment this to build against ESP-IDF master (currently unreleased ESP IDF 5.1)
3940
#ESP_IDF_VERSION = "master"
4041
# Don't forget to uncomment also the `rustflags` parameter in your "target" section above

0 commit comments

Comments
 (0)