File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.2.2
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fixed build error for component name miss matched
8
+
3
9
## v1.2.1
4
10
5
11
### Features
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ get_filename_component(BASE_DIR ${CMAKE_CURRENT_SOURCE_DIR} NAME)
4
4
add_prebuilt_library (${BASE_DIR} "${CMAKE_CURRENT_SOURCE_DIR} /libs/${IDF_TARGET} /libpeer_default.a"
5
5
PRIV_REQUIRES ${BASE_DIR} esp_timer mbedtls )
6
6
target_link_libraries (${COMPONENT_LIB} PRIVATE "-L ${CMAKE_CURRENT_SOURCE_DIR} /libs/${IDF_TARGET} " )
7
- target_link_libraries (${COMPONENT_LIB} PRIVATE esp_peer )
7
+ target_link_libraries (${COMPONENT_LIB} PRIVATE ${BASE_DIR} )
Original file line number Diff line number Diff line change 1
1
description : Espressif PeerConnection Library
2
- version : 1.2.1
2
+ version : 1.2.2
3
3
url : " https://github.com/espressif/esp-webrtc-solution/tree/main/components/esp_peer"
4
4
documentation : " https://github.com/espressif/esp-webrtc-solution/tree/main/components/esp_peer/README.md"
5
5
issues : " https://github.com/espressif/esp-webrtc-solution/issues"
You can’t perform that action at this time.
0 commit comments