c278604064
svn path=/nixpkgs/trunk/; revision=5666
10 lines
91 B
Bash
10 lines
91 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd abi
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|