curl/.lift/setup.sh
Thomas M. DuBuisson 33363aeb4d
ci: update Lift config to match requirements of curl build
Also renamed Muse -> Lift, the new tool name.

Closes #7761
2021-09-23 12:57:04 +02:00

5 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
./buildconf
./configure --with-openssl
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"