Skip to content

Commit f4d54c3

Browse files
authored
build: repair build after swiftlang/swift-tools-support-core#117
Remove `Triple.swift` as tools-support-core now has this defined. This repairs the CMake based build.
1 parent 3e07f3a commit f4d54c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SPMBuildCore/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ add_library(SPMBuildCore
1111
BuildSystem.swift
1212
BuiltTestProduct.swift
1313
Sanitizers.swift
14-
Toolchain.swift
15-
Triple.swift)
14+
Toolchain.swift)
1615
# NOTE(compnerd) workaround for CMake not setting up include flags yet
1716
set_target_properties(SPMBuildCore PROPERTIES
1817
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

0 commit comments

Comments
 (0)