Skip to content

Commit

Permalink
Fix compilation issues with recent XCodes/SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
eugen15 committed Jan 16, 2024
1 parent a1555c5 commit 797bcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ if(APPLE)
target_link_libraries(mediasoup-connector ${APPLE_Foundation})
target_link_libraries(mediasoup-connector ${APPLE_ApplicationServices})

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++ -Wno-deprecated-declarations")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++ -Wno-deprecated-declarations -Wno-deprecated-builtins")
endif()

# set_target_properties(webrtc-testlibs PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD_DEBUG TRUE)
Expand Down

0 comments on commit 797bcfe

Please sign in to comment.