Skip to content

Commit 24dd173

Browse files
committed
swift-stdlib-tool: switch to add_swift_host_tool
This tool is only built for the host. Use the add_swift_host_tool function instead. NFCI.
1 parent 526081c commit 24dd173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-stdlib-tool/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_swift_executable(swift-stdlib-tool
1+
add_swift_host_tool(swift-stdlib-tool
22
swift-stdlib-tool.mm)
33

44
find_library(FOUNDATION NAMES Foundation)

0 commit comments

Comments
 (0)