Skip to content

Commit 4a7d8ea

Browse files
committed
format
1 parent f0d99c2 commit 4a7d8ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cc/toolchains/llvm/unix_cc_toolchain_config.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"],

third_party/check.BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"],

0 commit comments

Comments
 (0)