summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/pgen/builder.sh
blob: cdb1271466e674a40a92c3d4625e3774323930eb (plain) (blame)
1
2
3
4
5
6
7
8
9
source $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