master
/ miniconda3 / pkgs / libev-4.33-h7f8727e_1 / info / recipe / build.sh

build.sh @a663dc1

41a0142
 
 
 
 
 
 
1
2
3
4
5
6
7
# Get an updated config.sub and config.guess
cp $BUILD_PREFIX/share/libtool/build-aux/config.* .
./configure --prefix="${PREFIX}"
make
if [[ "${CONDA_BUILD_CROSS_COMPILATION}" != "1" ]]; then
make check
fi