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 a7cbb14 commit c014334Copy full SHA for c014334
Package.swift
@@ -5,6 +5,7 @@ import PackageDescription
5
6
var buildSettings: [CXXSetting] = [
7
.define("DEBUG", to: "1", .when(configuration: .debug)),
8
+ .define("U_ATTRIBUTE_DEPRECATED", to: ""),
9
.define("U_SHOW_CPLUSPLUS_API", to: "1"),
10
.define("U_SHOW_INTERNAL_API", to: "1"),
11
.define("U_STATIC_IMPLEMENTATION"),
0 commit comments