File: remove-libc%2B%2B.patch

package info (click to toggle)
rust-link-cplusplus 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,8 +28,6 @@
 
 [features]
 default = []
-"libc++" = []
-libcxx = ["libc++"]
 "libstdc++" = []
 libstdcxx = ["libstdc++"]
 nothing = []