Skip to content

Commit

Permalink
fix bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuHy committed Feb 24, 2024
1 parent 863bdd7 commit ef786a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ cc_library(
[
"src/**/*.cpp",
],
exclude = ["src/codegen/**", "src/core/**/*.cpp"],
exclude = ["src/codegen/**", "src/core/**"],
) + select({
":mlir_codegen": glob(["src/codegen/**/*.cpp", "src/core/**/*.cpp"]),
":mlir_codegen": glob(["src/codegen/**/*.cpp", "src/core/**/*.cpp", , "src/core/**/*.h"]),
"//conditions:default": [],
}) + [
":src/version.cpp",
Expand Down

0 comments on commit ef786a4

Please sign in to comment.