openssl: do not use cc

This commit is contained in:
Ella Stanforth 2022-04-21 10:28:54 +00:00
parent 990e9371b7
commit 6826e06456
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ build() {
no-seed no-weak-ssl-ciphers \
-Wa,--noexecstack
make CC=cc
make
}
package() {