mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-15 06:28:14 +08:00
修复代码错误
This commit is contained in:
@@ -1 +1 @@
|
||||
git@code.aliyun.com:mico_inner_developer/Lib_wolfSSL.git/#09bedbf2d3771b48f90fdbe8e6344b1497f62188
|
||||
git@code.aliyun.com/mico_inner_developer/Lib_wolfSSL.git/#09bedbf2d3771b48f90fdbe8e6344b1497f62188
|
||||
|
||||
@@ -13,11 +13,7 @@ NAME := Lib_wolfSSL
|
||||
GLOBAL_INCLUDES += .
|
||||
|
||||
ifneq ($(wildcard $(CURDIR)Lib_wolfSSL.$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a),)
|
||||
ifeq ($(HIGH_SECURITY),1)
|
||||
$(NAME)_PREBUILT_LIBRARY := High_Security/Lib_wolfSSL.$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a
|
||||
else
|
||||
$(NAME)_PREBUILT_LIBRARY := Lib_wolfSSL.$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a
|
||||
endif
|
||||
else
|
||||
# Build from source
|
||||
include $(CURDIR)wolfSSL_src.mk
|
||||
|
||||
Reference in New Issue
Block a user