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