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 29c47ad commit 8f02463Copy full SHA for 8f02463
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