Skip to content

Commit

Permalink
fix: webrtc builds on macOS, iOS (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Dec 12, 2024
1 parent a0a961b commit 3f2bbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webrtc-sys/libwebrtc/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ninja -C "$OUTPUT_DIR" :default \
api/task_queue:default_task_queue_factory \
sdk:native_api \
sdk:default_codec_factory_objc \
pc:peerconnection \
pc:peer_connection \
sdk:videocapture_objc \
sdk:framework_objc

Expand Down
2 changes: 1 addition & 1 deletion webrtc-sys/libwebrtc/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ninja -C "$OUTPUT_DIR" :default \
api/task_queue:default_task_queue_factory \
sdk:native_api \
sdk:default_codec_factory_objc \
pc:peerconnection \
pc:peer_connection \
sdk:videocapture_objc \
sdk:mac_framework_objc

Expand Down

0 comments on commit 3f2bbb3

Please sign in to comment.