12 lines
109 B
Bash
12 lines
109 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
prefix=$out
|
||
|
|
||
|
configurePhase() {
|
||
|
echo ;
|
||
|
}
|
||
|
|
||
|
configurePhase=configurePhase
|
||
|
|
||
|
genericBuild
|