Skip to content

Commit bfdb992

Browse files
committed
Changed to -lstdc++ in utils/make-pkgconfig
1 parent 17cabc6 commit bfdb992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/make-pkgconfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func makeFile() throws {
9393
"Name: cllvm",
9494
"Description: The llvm library",
9595
"Version: \(version)",
96-
"Libs: \(ldFlags) -lc++",
96+
"Libs: \(ldFlags) -lstdc++",
9797
"Requires.private:",
9898
"Cflags: \(cFlags)",
9999
].joined(separator: "\n")

0 commit comments

Comments
 (0)