10 lines
92 B
Bash
10 lines
92 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
preConfigure() {
|
||
|
cd unix
|
||
|
}
|
||
|
|
||
|
preConfigure=preConfigure
|
||
|
|
||
|
genericBuild
|