File: use-system-gettext.patch

package info (click to toggle)
rust-gettext-sys 0.19.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,4 +25,5 @@
 version = "1.0"
 
 [features]
+default = ["gettext-system"]
 gettext-system = []