File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
load (":defs.bzl" , "constraint" )
2
2
3
- constraint (
4
- setting = "false" ,
5
- )
6
-
7
3
constraint (
8
4
setting = "sysroot-deps" ,
9
5
values = [
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def _target_constraints(crate_root):
162
162
]
163
163
else :
164
164
target_compatible_with = select ({
165
- "DEFAULT" : ["//constraints:false " ],
165
+ "DEFAULT" : ["prelude//:none " ],
166
166
"//constraints:compiler" : [],
167
167
"//constraints:library" : [],
168
168
})
Original file line number Diff line number Diff line change 2
2
name = "os_lookup" ,
3
3
actual = "prelude//os_lookup/targets:os_lookup" ,
4
4
target_compatible_with = select ({
5
- "DEFAULT" : ["//constraints:false " ],
5
+ "DEFAULT" : ["prelude//:none " ],
6
6
"prelude//os:linux" : [],
7
7
"prelude//os:macos" : [],
8
8
"prelude//os:windows" : [],
14
14
name = "http_archive" ,
15
15
actual = "prelude//http_archive/tools:exec_deps" ,
16
16
target_compatible_with = select ({
17
- "DEFAULT" : ["//constraints:false " ],
17
+ "DEFAULT" : ["prelude//:none " ],
18
18
"prelude//os:linux" : [],
19
19
"prelude//os:macos" : [],
20
20
"prelude//os:windows" : [],
You can’t perform that action at this time.
0 commit comments