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 7407568 commit baa4830Copy full SHA for baa4830
utils/make-pkgconfig.swift
@@ -3,7 +3,7 @@ import Foundation
3
4
#if os(Linux)
5
typealias Process = Task
6
- let libCPP = "-lstdc++"
+ let libCPP = "-lc++"
7
#elseif os(macOS)
8
let libCPP = "-lc++"
9
#endif
0 commit comments