mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
22d33956ec
Closes #8596
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/usr/bin/env bash
|
|
autoreconf -fi
|
|
./configure --with-openssl
|
|
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
|