Skip to content

Commit 1d5aaa8

Browse files
committed
cmake: ensure swift-api-dhecker.py is executable in the toolchain
1 parent 568f615 commit 1d5aaa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/api_checker/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set(framework "FrameworkABIBaseline")
22
swift_install_in_component(FILES "swift-api-checker.py"
3+
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
34
DESTINATION "bin"
45
COMPONENT toolchain-tools)
56
swift_install_in_component(DIRECTORY "sdk-module-lists"

0 commit comments

Comments
 (0)