File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -62,27 +62,30 @@ lfs_files = use_repo_rule("//misc/bazel:lfs.bzl", "lfs_files")
62
62
lfs_files (
63
63
name = "ripunzip-linux" ,
64
64
srcs = ["//misc/bazel/internal/bin:linux/ripunzip" ],
65
+ executable = True ,
65
66
)
66
67
67
68
lfs_files (
68
69
name = "ripunzip-windows" ,
69
70
srcs = ["//misc/bazel/internal/bin:windows/ripunzip.exe" ],
71
+ executable = True ,
70
72
)
71
73
72
74
lfs_files (
73
75
name = "ripunzip-macos" ,
74
76
srcs = ["//misc/bazel/internal/bin:macos/ripunzip" ],
77
+ executable = True ,
75
78
)
76
79
77
80
lfs_files (
78
81
name = "swift-resource-dir-linux" ,
79
82
srcs = ["//swift/third_party/resource-dir:resource-dir-linux.zip" ],
80
83
)
81
84
82
- # lfs_files(
83
- # name = "swift-resource-dir-macos",
84
- # srcs = ["//swift/third_party/resource-dir:resource-dir-macos.zip"],
85
- # )
85
+ lfs_files (
86
+ name = "swift-resource-dir-macos" ,
87
+ srcs = ["//swift/third_party/resource-dir:resource-dir-macos.zip" ],
88
+ )
86
89
87
90
register_toolchains (
88
91
"@nodejs_toolchains//:all" ,
You can’t perform that action at this time.
0 commit comments