mesa-gl:moved to "simplified /usr" and towards RCS
[nyanlinux.git] / builders / mesa-gl-amd-sh-b0b1907fa567d6142b0ba11ec972dfe3ef94e308 / contrib / generators_compiler.sh
blobb1d870c6a1744c663b85cca8b63d835a0b5f512a
1 printf "Running compiler code generators-->\n"
2 mkdir -p $build_dir/src/compiler
3 #===============================================================================
4 export PYTHONPATH=$mako
5 $python3 $src_dir/src/compiler/builtin_types_h.py \
6 $build_dir/src/compiler/builtin_types.h &
7 #------------------------------------------------------------------------------
8 $python3 $src_dir/src/compiler/builtin_types_c.py \
9 $build_dir/src/compiler/builtin_types.c &
10 #------------------------------------------------------------------------------
11 unset PYTHONPATH
12 printf "<--compiler code generation started\n"