mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
10 lines
91 B
Bash
10 lines
91 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd abi
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|