Skip to content

Commit

Permalink
fix: disable warning 4819 when build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sylar authored and guoxianzhe committed Dec 26, 2024
1 parent 81f9e5e commit 5b9d15e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE
flutter_wrapper_plugin
${IRIS_SDK_BIN_PATH}/AgoraRtcWrapper.lib)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4819")

set(BUNDLED_LIBRARIES
"${IRIS_SDK_BIN_PATH}/AgoraRtcWrapper.dll"
)
Expand Down

0 comments on commit 5b9d15e

Please sign in to comment.