Giving openssl config an argument breaks stuff for me

This commit is contained in:
Duke Leto
2020-01-03 10:54:53 -05:00
committed by GitHub
parent d6d55a73fa
commit 994ebf9eb9

View File

@@ -29,7 +29,7 @@ apt-get -y update && apt-get install -y \
wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz
tar zxvpf openssl-1.0.2t.tar.gz
cd openssl-1.0.2t
./config linux-x86_64
./config # linux-x86_64
make -j$(nproc)
```
## Static build of Qt5