Updated building on Windows

This commit is contained in:
Bartek Kryza
2023-05-07 16:50:10 +02:00
parent 702a1655d0
commit 58572e4da7

View File

@@ -294,9 +294,11 @@ cli_flow_t cli_handler::handle_post_config_options()
config.remove_compile_flags.has_value = true; config.remove_compile_flags.has_value = true;
} }
#if !defined(_WIN32)
if (query_driver) { if (query_driver) {
config.query_driver.set(*query_driver); config.query_driver.set(*query_driver);
} }
#endif
return cli_flow_t::kContinue; return cli_flow_t::kContinue;
} }