Skip to content
Snippets Groups Projects
Commit c5bc74d7 authored by Lava Block's avatar Lava Block
Browse files

fix build

parent e6305347
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
void hide_console(lava::name program) {
#if LIBLAVA_HIDE_CONSOLE
auto version_str = fmt::format("{} {}", lava::_liblava_, lava::str(lava::to_string(lava::_version)));
auto version_str = fmt::format("{} {}", lava::_liblava_, lava::str(lava::version_string()));
std::cout << version_str.c_str() << std::endl;
auto const dot_count = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment