6 lines
67 B
Bash
6 lines
67 B
Bash
|
ld-is-cc-hook() {
|
||
|
LD=$CC
|
||
|
}
|
||
|
|
||
|
preConfigureHooks+=(ld-is-cc-hook)
|