Skip to content

Commit 5ffd323

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

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\\src\\ffmpeg\\ffbuild\\config.log" &&
241-
cmd /C type "${CMAKE_BINARY_DIR}\\ffmpeg\\src\\ffmpeg\\ffbuild\\config.log" &&
240+
echo cmd /C type "${CMAKE_BINARY_DIR}\\..\\ffmpeg\\ffbuild\\config.log" &&
241+
cmd /C type "${CMAKE_BINARY_DIR}\\..\\ffmpeg\\ffbuild\\config.log" &&
242242
cmake -E echo "----------------------------------- FFMPEG CONFIG LOG END" &&
243243
exit 1
244244
BUILD_COMMAND ${MINGW_CALL}

0 commit comments

Comments
 (0)