bscpkgs/bsc/setup-hooks/ld-is-cc-hook.sh
2020-06-15 11:54:22 +02:00

6 lines
67 B
Bash

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