Files
netch/Other/libev-mingw/build.sh
2021-09-23 21:51:02 +08:00

6 lines
127 B
Bash

#!/usr/bin/env bash
mkdir ../../build
./configure --prefix="${PWD}/../../build" || exit $?
make install -j2 || exit $?
exit $?