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.
2 parents 29c47ad + 8f02463 commit d345cecCopy full SHA for d345cec
swift/extractor/remapping/SwiftOpenInterception.macOS.cpp
@@ -61,7 +61,7 @@ void finalizeRemapping(
61
}
62
auto hash = originalHashFile(original);
63
auto hashed = scratchDir / hash;
64
- if (!hash.empty() && fs::exists(hashed)) {
+ if (!hash.empty() && fs::exists(patched)) {
65
std::error_code ec;
66
fs::create_symlink(/* target */ patched, /* symlink */ hashed, ec);
67
if (ec) {
0 commit comments