File: 2002_no_windows.patch

package info (click to toggle)
rust-tesseract-sys 0.6.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: makefile: 2; cpp: 1; ansic: 1; sh: 1
file content (16 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid windows-only crates
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,5 @@
 
 [build-dependencies]
 bindgen = ">= 0.64, <= 0.72"
-[target.'cfg(windows)'.build-dependencies]
-vcpkg = "0.2.8"
 [target.'cfg(any(target_os="macos", target_os="linux", target_os="freebsd"))'.build-dependencies]
 pkg-config = "0.3.19"