Files
packages/anda/tools/buildsys/sccache/sccache-fix-metadata-auto.diff
T
Raboneko e9c8c88ad7 fix: sccache (#2139) (#2162)
(cherry picked from commit ad4f3fca9f)

Co-authored-by: madomado <madonuko@outlook.com>
2024-10-04 22:11:07 +08:00

16 lines
433 B
Diff

--- sccache-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.8.2/Cargo.toml 2024-10-04T06:26:43.561316+00:00
@@ -403,12 +403,3 @@
[target."cfg(unix)".dependencies.daemonize]
version = "0.5"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
- "Win32_Foundation",
- "Win32_Globalization",
- "Win32_Storage_FileSystem",
- "Win32_System_Threading",
- "Win32_System_Console",
-]