File: disable-windows.diff

package info (click to toggle)
rust-findshlibs 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,3 +27,3 @@
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
+[disabled.target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
 version = "1.4"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
+[disabled.target."cfg(target_os = \"windows\")".dependencies.winapi]