Updated building on Windows
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user