Skip to content

Commit

Permalink
cmake/webrtc_aec: use PUBLIC stdc++ linking
Browse files Browse the repository at this point in the history
Fixes static build
  • Loading branch information
sreimers committed Jun 11, 2024
1 parent 76b4ea1 commit 09e0fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webrtc_aec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
-Wno-missing-field-initializers
-Wno-unused-parameter
)
target_link_options(${PROJECT_NAME} PRIVATE -lstdc++)
target_link_options(${PROJECT_NAME} PUBLIC -lstdc++)

0 comments on commit 09e0fae

Please sign in to comment.