Fix linux build

This commit is contained in:
acidicoala
2025-09-19 17:03:11 +05:00
parent a7b95fc907
commit d8cdf41439
12 changed files with 50 additions and 27 deletions

View File

@@ -67,6 +67,11 @@ namespace {
return fs::path();
}
);
// TODO: Some older libsteam_api.so binaries have set the `PF_X` flag from `PT_GNU_STACK`.
// This prevents us from loading them on modern Linux distros. Hence, we need to
// clear it using tools like elfio or libelf.
// Affected versions (all 32-bit): 106-107
}
void download_sdk(const fs::path& steamworks_dir, const std::string_view& version) {