Skip to content

Commit

Permalink
Add EVEREST_INSTALL_LIBDIR to bazel generated compile time settings
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 08517ac commit 3827fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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_NAMESPACE (\\"everest\\")" >> $@
""",
)
Expand Down

0 comments on commit 3827fb2

Please sign in to comment.