Skip to content

Commit

Permalink
Fix WIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philippewarren committed Dec 17, 2024
1 parent 58bdf30 commit a095061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdParty/webrtc_native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ if(APPLE)
file(GLOB libyuv_OBJETS ${CMAKE_CURRENT_LIST_DIR}/webrtc/src/out/${CMAKE_BUILD_TYPE}/obj/third_party/libyuv/libyuv_internal/*.o)
add_custom_command(
OUTPUT libboringssl.a libyuv.a
COMMAND ar rcs lib/libboringssl.a ${boringssl_OBJETS}
COMMAND ar rcs lib/libyuv_internal.a ${libyuv_OBJETS}
COMMAND libtool -static -o libboringssl.a ${boringssl_OBJETS}
COMMAND libtool -static -o libyuv_internal.a ${libyuv_OBJETS}
DEPENDS ${boringssl_LIBRARY} ${libyuv_LIBRARY}
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/webrtc/src/out/${CMAKE_BUILD_TYPE}/obj/third_party
VERBATIM
Expand Down

0 comments on commit a095061

Please sign in to comment.