nixpkgs-immich/pkgs/build-support/setup-hooks/ld-is-cc-hook.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
67 B
Bash
Raw Permalink Normal View History

2024-09-17 10:23:40 -06:00
ld-is-cc-hook() {
LD=$CC
}
preConfigureHooks+=(ld-is-cc-hook)