mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 06:17:38 +08:00
Disable QUIC support in SSL build variant
This commit is contained in:
@@ -78,7 +78,7 @@ endif
|
||||
ifeq ($(BUILD_VARIANT),ssl)
|
||||
ADDON+=USE_OPENSSL=1
|
||||
ADDON+=ADDLIB="-lcrypto -lm"
|
||||
ADDON+=USE_QUIC=1
|
||||
ADDON+=USE_QUIC=
|
||||
endif
|
||||
|
||||
define Build/Compile
|
||||
|
||||
Reference in New Issue
Block a user