Skip to content

Commit 990fbb9

Browse files
committed
Try lC++ on all platforms
1 parent 9a13cf6 commit 990fbb9

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
@@ -3,7 +3,7 @@ import Foundation
33

44
#if os(Linux)
55
typealias Process = Task
6-
let libCPP = "-lstdc++"
6+
let libCPP = "-lc++"
77
#elseif os(macOS)
88
let libCPP = "-lc++"
99
#endif

0 commit comments

Comments
 (0)