mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
reverting debug changes
This commit is contained in:
@@ -41,7 +41,6 @@ fn main() -> anyhow::Result<()> {
|
||||
println!("cargo:rustc-link-lib=static=walproposer");
|
||||
println!("cargo:rustc-link-search={walproposer_lib_search_str}");
|
||||
|
||||
println!("{:?}", pg_install_abs.into_os_string().into_string());
|
||||
let pg_config_bin = pg_install_abs.join("v16").join("bin").join("pg_config");
|
||||
let inc_server_path: String = if pg_config_bin.exists() {
|
||||
let output = Command::new(pg_config_bin)
|
||||
|
||||
Reference in New Issue
Block a user