6 lines
59 B
Bash
6 lines
59 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
export LDFLAGS=-static
|
||
|
|
||
|
genericBuild
|