-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWORKSPACE
20 lines (19 loc) · 890 Bytes
/
WORKSPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
# git_repository(
# name = "fmt",
# branch = "master",
# patch_cmds = [
# "mv support/bazel/.bazelrc .bazelrc",
# "mv support/bazel/.bazelversion .bazelversion",
# "mv support/bazel/BUILD.bazel BUILD.bazel",
# "mv support/bazel/WORKSPACE.bazel WORKSPACE.bazel",
# ],
# # Windows related patch commands are only needed in the case MSYS2 is not installed
# patch_cmds_win = [
# "Move-Item -Path support/bazel/.bazelrc -Destination .bazelrc",
# "Move-Item -Path support/bazel/.bazelversion -Destination .bazelversion",
# "Move-Item -Path support/bazel/BUILD.bazel -Destination BUILD.bazel",
# "Move-Item -Path support/bazel/WORKSPACE.bazel -Destination WORKSPACE.bazel",
# ],
# remote = "https://github.com/fmtlib/fmt",
# )