Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b5264d916 | ||
|
|
beb685b3a1 | ||
|
|
f290ea0ae2 | ||
|
|
38354f3cc7 | ||
|
|
547332b8be | ||
|
|
823bc20c60 | ||
|
|
7983e5d777 | ||
|
|
109587f1dd | ||
|
|
6e292f061a | ||
|
|
161b2ca59a | ||
|
|
998ab5a93c | ||
|
|
bc4dcfbabe |
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@@ -72,6 +72,13 @@ set_target_properties(curl PROPERTIES
|
||||
IMPORTED_LOCATION ${ohos_lib_dir}/libcurl.a
|
||||
)
|
||||
|
||||
# curl needs to link the following libraries.
|
||||
list(APPEND CC_EXTERNAL_LIBS
|
||||
mbedtls
|
||||
mbedcrypto
|
||||
mbedx509
|
||||
)
|
||||
|
||||
set(se_libs_name)
|
||||
|
||||
if(USE_SE_V8)
|
||||
@@ -122,9 +129,6 @@ endif()
|
||||
if(USE_SOCKET)
|
||||
list(APPEND CC_EXTERNAL_LIBS
|
||||
websockets
|
||||
mbedtls
|
||||
mbedcrypto
|
||||
mbedx509
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ png
|
||||
openharmony: 1.6.37
|
||||
sdl
|
||||
win32: 2.0.10
|
||||
win64: 2.0.14
|
||||
win64: 2.28.1
|
||||
linux: 2.0.20
|
||||
|
||||
jpeg
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user