0d9fc34957
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
6 lines
80 B
Bash
6 lines
80 B
Bash
if [ -f .attrs.sh ]; then
|
|
. .attrs.sh
|
|
fi
|
|
|
|
source $stdenv/setup
|
|
genericBuild
|