Skip to content

Commit

Permalink
fix typo
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 Nov 26, 2024
1 parent 3827fb2 commit 0ccac6e
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 @@ -3,7 +3,7 @@ genrule(
outs = ["include/everest/compile_time_settings.hpp"],
cmd = """
echo "#define EVEREST_INSTALL_PREFIX \\"/usr\\"" > $@
echo "#define EVEREST_INSTALL_LIBDIR \\"/lib\\"" > $@
echo "#define EVEREST_INSTALL_LIBDIR \\"/lib\\"" >> $@
echo "#define EVEREST_NAMESPACE (\\"everest\\")" >> $@
""",
)
Expand Down

0 comments on commit 0ccac6e

Please sign in to comment.