We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cabc6 commit bfdb992Copy full SHA for bfdb992
utils/make-pkgconfig.swift
@@ -93,7 +93,7 @@ func makeFile() throws {
93
"Name: cllvm",
94
"Description: The llvm library",
95
"Version: \(version)",
96
- "Libs: \(ldFlags) -lc++",
+ "Libs: \(ldFlags) -lstdc++",
97
"Requires.private:",
98
"Cflags: \(cFlags)",
99
].joined(separator: "\n")
0 commit comments