Skip to content

Commit 6b0e734

Browse files
Update swift/extractor/SwiftOutputRewrite.cpp
Co-authored-by: Paolo Tranquilli <redsun82@github.com>
1 parent b9f4a09 commit 6b0e734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/SwiftOutputRewrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ std::unordered_map<std::string, std::string> rewriteOutputsInPlace(
170170
std::unordered_map<std::string, std::string> remapping;
171171

172172
// TODO: handle filelists?
173-
std::unordered_set<std::string> pathRewriteOptions({
173+
const std::unordered_set<std::string> pathRewriteOptions({
174174
"-emit-dependencies-path",
175175
"-emit-module-path",
176176
"-emit-module-doc-path",

0 commit comments

Comments
 (0)