Skip to content

Commit 81a23f3

Browse files
committed
Add clang_x64/obj folder for objects
should fix windows x64 build
1 parent c0e6552 commit 81a23f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libwebrtc/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ project(libwebrtc)
44
set(_OBJ_EXT ${CMAKE_CXX_OUTPUT_EXTENSION})
55

66
file(GLOB_RECURSE _OBJ_FILES
7-
${WEBRTC_OUTPUT_DIR}/obj/*${_OBJ_EXT})
7+
${WEBRTC_OUTPUT_DIR}/obj/*${_OBJ_EXT}
8+
${WEBRTC_OUTPUT_DIR}/clang_x64/obj/*${_OBJ_EXT})
89

910
if (NOT _OBJ_EXT STREQUAL ".o")
1011
file(GLOB_RECURSE _OBJ_FILES_ASM

0 commit comments

Comments
 (0)