Skip to content

Commit

Permalink
docs: add note about old glibc prebuilt binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 30, 2024
1 parent c593835 commit 2a91815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ MiniDeps.add({
force_version = nil,
-- When downloading a prebuilt binary, force the downloader to use this system triple. If this is unset
-- then the downloader will attempt to infer the system triple from `jit.os` and `jit.arch`.
-- For old glibc (>= 2.17), set this to `x86_64-unknown-linux-gnu-legacy` or `aarch64-unknown-linux-gnu-legacy`
-- Check the latest release for all available system triples
--
-- Beware that if the FFI ABI changes while tracking main then this may result in blink breaking.
force_system_triple = nil,
Expand Down

0 comments on commit 2a91815

Please sign in to comment.