Skip to content

Commit e9fe603

Browse files
committed
[swift-stdlib-tool] use correct path when codesigning
1 parent 4fcccfd commit e9fe603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-stdlib-tool/swift-stdlib-tool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ int main(int argc, const char *argv[]) {
12691269
// to preserve it in case it does not change. We can use
12701270
// this to avoid unnecessary copies during delta installs
12711271
// to devices.
1272-
const auto dst = dst_dir + "/" + lib;
1272+
const auto dst = dst_dir + "/" + filename(lib);
12731273
const auto oldSignatureData = query_code_signature(dst);
12741274
const char *tmpFilePath = 0;
12751275
if (!oldSignatureData.empty()) {

0 commit comments

Comments
 (0)