mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
11 lines
120 B
Bash
11 lines
120 B
Bash
source $stdenv/setup
|
|
|
|
preBuild=preBuild
|
|
|
|
preBuild() {
|
|
cp $config .config
|
|
makeFlags="CROSS=$cross-";
|
|
}
|
|
|
|
genericBuild
|