Skip to content

Commit

Permalink
Exclude filenames with spaces from cmake toolchains (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion authored Apr 30, 2024
1 parent 73f7de5 commit 7ce6200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions toolchains/prebuilt_toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ filegroup(
"WORKSPACE.bazel",
"BUILD",
"BUILD.bazel",
"**/* *",
],
),
)
Expand Down
1 change: 1 addition & 0 deletions toolchains/prebuilt_toolchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"WORKSPACE.bazel",
"BUILD",
"BUILD.bazel",
"**/* *",
],
),
)
Expand Down

0 comments on commit 7ce6200

Please sign in to comment.