Skip to content

Commit ff4fdb8

Browse files
committed
hack
1 parent af2674f commit ff4fdb8

File tree

21 files changed

+1418
-253
lines changed

21 files changed

+1418
-253
lines changed

.cargo/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[env]
22
COMPILE_ENV = { value = "sysroot", relative = true, force = false }
3-
PATH = { value = "compile-env/bin", relative = true, force = true }
4-
LIBCLANG_PATH = { value = "compile-env/lib", relative = true, force = true }
5-
PKG_CONFIG_PATH = { value = "compile-env/sysroot/x86_64-unknown-linux-gnu/release/lib/pkgconfig", relative = true, force = true }
3+
#PATH = { value = "compile-env/bin", relative = true, force = true }
4+
#LIBCLANG_PATH = { value = "compile-env/lib", relative = true, force = true }
5+
# PKG_CONFIG_PATH = { value = "compile-env/sysroot/x86_64-unknown-linux-gnu/release/lib/pkgconfig", relative = true, force = true }
66

77
[build]
88
target = "x86_64-unknown-linux-gnu"
9-
rustc = "compile-env/bin/rustc"
9+
# rustc = "compile-env/bin/rustc"
1010
rustflags = ["--cfg", "tokio_unstable"]
1111

1212
[target.x86_64-unknown-linux-gnu]
File renamed without changes.

0 commit comments

Comments
 (0)