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 2d86424 commit b7c24cbCopy full SHA for b7c24cb
Package.swift
@@ -96,6 +96,7 @@ let package = Package(
96
.copy("resources/add.pte")
97
],
98
linkerSettings: [
99
+ .linkedLibrary("c++"),
100
.unsafeFlags([
101
"-Xlinker", "-all_load",
102
])
0 commit comments