Skip to content

Commit fa31681

Browse files
committed
fix ignore of download ressources
1 parent fe77954 commit fa31681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (NOT EXISTS ${WEBRTCOBJS}/${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_
4848
endif()
4949

5050
file(READ ${WEBRTCROOT}/src/DEPS filecontent)
51-
string(REPLACE "'src/resources'],$" "'src/resources'],'condition':'rtc_include_tests==true'," filecontent "${filecontent}")
51+
string(REGEX REPLACE "'src/resources'],[^']" "'src/resources'],'condition':'rtc_include_tests==true'," filecontent "${filecontent}")
5252
file(WRITE ${WEBRTCROOT}/src/DEPS "${filecontent}")
5353

5454
EXECUTE_PROCESS(WORKING_DIRECTORY ${WEBRTCROOT}/src COMMAND gclient sync)

0 commit comments

Comments
 (0)