Skip to content

Commit

Permalink
iox-#1982 Fix dust BAZEL build
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubSosnovec committed Jul 27, 2023
1 parent 0f0ace6 commit 190291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_dust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cc_library(
"source/**/*.cpp",
"source/**/*.hpp",
]),
hdrs = glob(["include/**"] + glob(["vocabulary/**"])) + [,
hdrs = glob(["include/**"] + glob(["vocabulary/**"])) + [
":iceoryx_dust_deployment_hpp",
],
includes = [
Expand Down

0 comments on commit 190291a

Please sign in to comment.