Skip to content

Commit cecb2f7

Browse files
dpinophiln
authored andcommitted
[LibWebRTC] Unreviewed build fix after 265754@main
https://bugs.webkit.org/show_bug.cgi?id=258708 Evaluate variable 'webrtc_avx_SOURCES' to add its content to 'webrtc_SOURCES'. * Source/ThirdParty/libwebrtc/CMakeLists.txt: Canonical link: https://commits.webkit.org/265790@main
1 parent ec9aac6 commit cecb2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/ThirdParty/libwebrtc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ if (WTF_CPU_X86_64 OR WTF_CPU_X86)
18671867
Source/webrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2.cc
18681868
)
18691869
set_source_files_properties(webrtc_avx_SOURCES PROPERTIES COMPILE_OPTIONS "-mavx2;-mfma")
1870-
list(APPEND webrtc_SOURCES webrtc_avx_SOURCES)
1870+
list(APPEND webrtc_SOURCES ${webrtc_avx_SOURCES})
18711871
add_definitions(-DWEBRTC_ENABLE_AVX2)
18721872
endif()
18731873

0 commit comments

Comments
 (0)