Skip to content

Commit

Permalink
Plugin: Makefile prints skipped openssl build now, when SSLFLAGS not set
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Jul 12, 2021
1 parent 6ce981b commit 8f5ab87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/mumble-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ ifdef SSLFLAGS
git submodule update
cd lib/openssl/ && git reset --hard
cd lib/openssl/ && ./Configure mingw64 -static no-pinshared no-weak-ssl-ciphers no-ssl2 no-ssl3 no-idea no-dtls1 --cross-compile-prefix=x86_64-w64-mingw32- && make clean && make -j4
else
@echo "Skipping building OpenSSL"
endif

openssl-win32:
Expand All @@ -135,6 +137,8 @@ ifdef SSLFLAGS
git submodule update
cd lib/openssl/ && git reset --hard
cd lib/openssl/ && ./Configure mingw -static no-pinshared no-weak-ssl-ciphers no-ssl2 no-ssl3 no-idea no-dtls1 --cross-compile-prefix=i686-w64-mingw32- && make clean && make -j4
else
@echo "Skipping building OpenSSL"
endif


0 comments on commit 8f5ab87

Please sign in to comment.