Skip to content

Commit 1db160f

Browse files
committed
I hate windows :(, try again
1 parent 5ffd323 commit 1db160f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/common/ffmpeg/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ else()
237237
cmake -E echo "FFMPEG configure error" &&
238238
cmake -E echo "The associated config.log is output for troubleshooting." &&
239239
cmake -E echo "--------------------------------- FFMPEG CONFIG LOG START" &&
240-
echo cmd /C type "${CMAKE_BINARY_DIR}\\..\\ffmpeg\\ffbuild\\config.log" &&
241-
cmd /C type "${CMAKE_BINARY_DIR}\\..\\ffmpeg\\ffbuild\\config.log" &&
240+
cd "${CMAKE_BINARY_DIR}\\..\\ffmpeg\\ffbuild" &&
241+
type config.log &&
242242
cmake -E echo "----------------------------------- FFMPEG CONFIG LOG END" &&
243243
exit 1
244244
BUILD_COMMAND ${MINGW_CALL}

0 commit comments

Comments
 (0)