Commit 4cec170
[LibWebRTC] Unreviewed, build fix for Linux after 276708@main
https://bugs.webkit.org/show_bug.cgi?id=271696
CMake was failing because there was an attempt to set 'webrtc' when it
was not yet defined. Move faulting lines below, once 'webrtc' is already
defined.
* Source/ThirdParty/libwebrtc/CMakeLists.txt:
Canonical link: https://commits.webkit.org/276724@main1 parent ad57dfd commit 4cec170
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2169 | 2169 | | |
2170 | 2170 | | |
2171 | 2171 | | |
2172 | | - | |
2173 | | - | |
2174 | 2172 | | |
2175 | | - | |
2176 | 2173 | | |
2177 | 2174 | | |
2178 | 2175 | | |
| |||
2303 | 2300 | | |
2304 | 2301 | | |
2305 | 2302 | | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
2306 | 2307 | | |
2307 | 2308 | | |
2308 | 2309 | | |
| |||
0 commit comments