1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Make libcpuid dependency optional with --disable-cpuid

This commit is contained in:
Alexander Sosedkin 2021-11-28 00:48:04 +01:00
parent b73a1c0638
commit a9bd06d0ea
3 changed files with 16 additions and 4 deletions

View file

@ -64,3 +64,5 @@
(e.g., as whether to have `x86_64-v2-linux` among additional system types).
The library is available from its homepage
<http://libcpuid.sourceforge.net>.
This is an optional dependency and can be disabled
by providing a `--disable-cpuid` to the `configure` script.