| ... | @@ -21,6 +21,11 @@ cd $ZIGDIR | ... | @@ -21,6 +21,11 @@ cd $ZIGDIR |
| 21 | # This will affect the cmake command below. | 21 | # This will affect the cmake command below. |
| 22 | git config core.abbrev 9 | 22 | git config core.abbrev 9 |
| 23 | | 23 | |
| | 24 | # SourceHut reports that it is a terminal that supports escape codes, but it |
| | 25 | # is a filthy liar. Here we tell Zig to not try to send any terminal escape |
| | 26 | # codes to show progress. |
| | 27 | export TERM=dumb |
| | 28 | |
| 24 | mkdir build | 29 | mkdir build |
| 25 | cd build | 30 | cd build |
| 26 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON | 31 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON |