Skip to content

Commit

Permalink
Fix include path
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Apr 5, 2024
1 parent 9124089 commit 97866c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ genrule(

genrule(
name = "version_information",
outs = ["include/generated/include/version_information.hpp"],
outs = ["include/include/version_information.hpp"],
cmd = """
echo "#pragma once" > $@
echo "#define PROJECT_NAME \\"everest-framework\\"" >> $@
Expand Down

0 comments on commit 97866c2

Please sign in to comment.