master
/ miniconda3 / pkgs / libnghttp2-1.52.0-h2d74bed_1 / info / recipe / parent / build.sh

build.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
7
#!/bin/bash
# Get an updated config.sub and config.guess
cp $BUILD_PREFIX/share/libtool/build-aux/config.* .

./configure --prefix=${PREFIX} --enable-python-bindings=no

make -j${CPU_COUNT} ${VERBOSE_AT}