Files
netch/Other/libev-mingw/build.sh
Connection Refused b4b7bd9e62 [Other] Update build.sh
2021-09-26 21:18:38 +08:00

7 lines
129 B
Bash

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