Commit graph

2 commits

Author SHA1 Message Date
Robert Hensing
145a594421 maint: Fix apparently ignored '' in BINDGEN_EXTRA_CLANG_ARGS
(cherry picked from commit a6775b2b6209623f1e8f1cc837462a0804e0ab6e)
2025-10-04 02:31:16 +02:00
Robert Hensing
32136109fc maint: Ask GCC for system headers
In the previous update commit, the Nix `cc.version` didn't match the
in-output directory name anymore, causing a build failure.

By asking GCC properly, we are robust against such discrepancies.

The script isn't great, relying on GCC "log" output specifics, but it
seems that the GCC output has been like this for a while, and the
lines before and after seem to be intentional about their purpose...

(cherry picked from commit 68f928555660cb914105b0ad668d6cadc25223e9)
2025-10-04 02:31:16 +02:00