File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1449,8 +1449,8 @@ cc_toolchain_config = rule(
14491449 "supports_start_end_lib" : attr .bool (),
14501450 "builtin_sysroot" : attr .string (),
14511451 "_xcode_config" : attr .label (default = configuration_field (
1452- fragment = "apple" ,
1453- name = "xcode_config_label" ,
1452+ fragment = "apple" ,
1453+ name = "xcode_config_label" ,
14541454 )),
14551455 },
14561456 fragments = ["apple" ],
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ cmake(
2222 "CMAKE_INSTALL_LIBDIR": "lib",
2323 "HAVE_SUBUNIT": "0",
2424 },
25+ generate_args = [
26+ "-GNinja",
27+ "-DCMAKE_OSX_DEPLOYMENT_TARGET=13.0",
28+ ],
2529 lib_source = ":srcs",
2630 linkopts = select({
2731 "@bazel_tools//src/conditions:darwin": ["-lpthread"],
@@ -30,10 +34,6 @@ cmake(
3034 "-lrt",
3135 ],
3236 }),
33- generate_args = [
34- "-GNinja",
35- "-DCMAKE_OSX_DEPLOYMENT_TARGET=13.0",
36- ],
3737 out_static_libs = select({
3838 "@bazel_tools//src/conditions:windows": ["check.lib"],
3939 "//conditions:default": ["libcheck.a"],
You can’t perform that action at this time.
0 commit comments