File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,8 @@ pkg_files(
24
24
)
25
25
26
26
pkg_files (
27
- name = "qltest" ,
28
- srcs = ["tools/qltest.sh" ],
29
- attributes = pkg_attributes (mode = "0755" ),
30
- prefix = "tools" ,
31
- )
32
-
33
- pkg_files (
34
- name = "autobuild" ,
35
- srcs = ["tools/autobuild.sh" ],
27
+ name = "scripts" ,
28
+ srcs = ["tools/qltest.sh" , "tools/autobuild.sh" ],
36
29
attributes = pkg_attributes (mode = "0755" ),
37
30
prefix = "tools" ,
38
31
)
@@ -53,9 +46,8 @@ pkg_filegroup(
53
46
srcs = [
54
47
":dbscheme_files" ,
55
48
":manifest" ,
56
- ":qltest" ,
57
49
":tracing-config" ,
58
- ":autobuild " ,
50
+ ":scripts " ,
59
51
],
60
52
visibility = ["//visibility:public" ],
61
53
)
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ swift_cc_binary(
12
12
"-lxml2" ,
13
13
"-framework CoreFoundation" ,
14
14
],
15
+ target_compatible_with = ["@platforms//os:macos" ],
15
16
)
16
17
17
18
generate_cmake (
You can’t perform that action at this time.
0 commit comments