Skip to content

Commit

Permalink
github build.sh treat ossl3 like other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dengert authored and Jakuje committed Aug 15, 2022
1 parent f7b7ebc commit 786d0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ else
# normal procedure

if [ "$1" == "ossl3" -o "$2" == "ossl3" ]; then
# without -Werror, because of rest of deprecated API
./configure --disable-dependency-tracking --disable-strict CFLAGS="-Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing=2"
./configure --disable-dependency-tracking
elif [ "$1" == "no-shared" ]; then
./configure --disable-shared
else
Expand Down

0 comments on commit 786d0ac

Please sign in to comment.