File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 979556c741bccf41b170c716657b5f35d5124728
2
+ refs/heads/master: 71693ae2c25482a6f4b62a4671bbafbd127a3b63
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ add_swift_tool_symlink(swift-format swift editor-integration)
34
34
35
35
# If building as part of clang, make sure the headers are installed.
36
36
if (NOT SWIFT_BUILT_STANDALONE )
37
- add_dependencies (swift clang-headers )
37
+ add_dependencies (swift clang-resource- headers )
38
38
endif ()
39
39
40
40
swift_install_in_component (compiler
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ endif()
13
13
14
14
# If building as part of clang, make sure the headers are installed.
15
15
if (NOT SWIFT_BUILT_STANDALONE )
16
- add_dependencies (swift clang-headers )
16
+ add_dependencies (swift clang-resource- headers )
17
17
endif ()
18
18
You can’t perform that action at this time.
0 commit comments