build.sh 206 B

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