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 0cf5b99 commit b0de09eCopy full SHA for b0de09e
build/config/compiler/BUILD.gn
@@ -146,6 +146,14 @@ config("compiler") {
146
ldflags += [
147
"-rpath",
148
"buildtools/mac-$host_cpu/clang/lib/clang/22/lib/darwin",
149
+
150
+ # Back from xcodebuild/ReleaseTSAN/dart
151
+ "-rpath",
152
+ "@loader_path/../../buildtools/mac-$host_cpu/clang/lib/clang/22/lib/darwin",
153
154
+ # Back from xcodebuild/ReleaseTSAN/dart-sdk/bin/dart
155
156
+ "@loader_path/../../../../buildtools/mac-$host_cpu/clang/lib/clang/22/lib/darwin",
157
]
158
}
159
0 commit comments