mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
33363aeb4d
Also renamed Muse -> Lift, the new tool name. Closes #7761
5 lines
156 B
Bash
Executable File
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"
|