lean4-htt/build.sh
2021-09-13 11:40:05 -04:00

5 lines
90 B
Bash
Executable file

if [[ "$OSTYPE" == "msys" ]]; then
./build-msys2.sh "$@"
else
./build-unix.sh "$@"
fi