Megatest

Artifact [e12d00dc21]
Login

Artifact e12d00dc21f934ec67f64c38137008930590df48:


#!/usr/bin/env bash

# Run your step here

source $PREFIX/buildsetup.sh

cd sqlite-autoconf-$SQLITE3_VERSION
./configure --prefix=$PREFIX

make