summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/pgen/builder.sh
blob: a0ffad19b0c3add3f28112ef6012751675658995 (plain) (blame)
1
2
3
4
5
6
7
8
9
. $stdenv/setup
configureFlags="--with-aterm=$aterm \
                --with-toolbuslib=$toolbuslib \
                --with-pt-support=$ptsupport \
                --with-sdf-support=$sdfsupport \
                --with-asf-support=$asfsupport \
                --with-asc-support=$asfsupport \
                --with-sglr=$sglr"
genericBuild