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

6 lines
67 B
Bash

ld-is-cc-hook() {
LD=$CC
}
preConfigureHooks+=(ld-is-cc-hook)