8000 Remove 32-bit precompiled binaries. · TranhGio/flutter-webrtc@8de8582 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8de8582

Browse files
committed
Remove 32-bit precompiled binaries.
1 parent d200f52 commit 8de8582

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

linux/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,1 8000 1 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4343

4444

4545
target_link_libraries(${PLUGIN_NAME} PRIVATE
46-
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/linux/x64/libwebrtc.so"
46+
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/${FLUTTER_TARGET_PLATFORM}/libwebrtc.so"
4747
)
4848

4949
# List of absolute paths to libraries that should be bundled with the plugin
5050
set(flutter_webrtc_bundled_libraries
51-
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/linux/x64/libwebrtc.so"
51+
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/${FLUTTER_TARGET_PLATFORM}/libwebrtc.so"
5252
PARENT_SCOPE
5353
)
-13.3 MB
Binary file not shown.
-16.8 MB
Binary file not shown.

windows/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ target_include_directories(${PLUGIN_NAME} INTERFACE
3838
target_link_libraries(${PLUGIN_NAME} PRIVATE
3939
flutter
4040
flutter_wrapper_plugin
41-
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/win/x64/libwebrtc.dll.lib"
41+
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/win64/libwebrtc.dll.lib"
4242
)
4343

4444
# List of absolute paths to libraries that should be bundled with the plugin
4545
set(flutter_webrtc_bundled_libraries
46-
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/win/x64/libwebrtc.dll"
46+
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/libwebrtc/lib/win64/libwebrtc.dll"
4747
PARENT_SCOPE
4848
)

0 commit comments

Comments
 (0)
0