We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffd323 commit 1db160fCopy full SHA for 1db160f
depends/common/ffmpeg/CMakeLists.txt
@@ -237,8 +237,8 @@ else()
237
cmake -E echo "FFMPEG configure error" &&
238
cmake -E echo "The associated config.log is output for troubleshooting." &&
239
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" &&
+ cd "${CMAKE_BINARY_DIR}\\..\\ffmpeg\\ffbuild" &&
+ type config.log &&
242
cmake -E echo "----------------------------------- FFMPEG CONFIG LOG END" &&
243
exit 1
244
BUILD_COMMAND ${MINGW_CALL}
0 commit comments