Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco committed Aug 2, 2024
1 parent 3f684a2 commit e10e51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency_support/verilator/verilator.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ cc_library(

current_flex_lexer_header(
name = "current_flex_lexer_header",
out = "fles/src/FlexLexer.h"
out = "flex/src/FlexLexer.h"
)

cc_library(
name = "FlexLexer",
srcs = [":fles/src/FlexLexer.h"],
srcs = [":flex/src/FlexLexer.h"],
includes = ["flex/src"],
)

Expand Down

0 comments on commit e10e51c

Please sign in to comment.