mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
fix: libc checks for exec server (#243254)
This commit is contained in:
@@ -156,7 +156,7 @@ async fn check_glibc_version() -> Result<bool, String> {
|
||||
|
||||
if let Some(v) = version {
|
||||
return if v >= *MIN_LDD_VERSION {
|
||||
Ok(false)
|
||||
Ok(true)
|
||||
} else {
|
||||
Err(format!(
|
||||
"find GLIBC >= {} (but found {} instead) for GNU environments",
|
||||
|
||||
Reference in New Issue
Block a user