Skip to content

Commit 8eb4a86

Browse files
committed
I hate windows :(, try again
1 parent a7447e4 commit 8eb4a86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

depends/common/ffmpeg/CMakeLists.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,10 @@ 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-
cd "${CMAKE_BINARY_DIR}\\ffmpeg-prefix\\src\\ffmpeg-build\\ffbuild" &&
240+
echo cmd /C type "${CMAKE_BINARY_DIR}\\ffmpeg-prefix\\src\\ffmpeg-build\\ffbuild\\config.log" &&
241+
cmake -E echo "--------------------------------- FFMPEG CONFIG LOG START111" &&
242+
cd "${CMAKE_BINARY_DIR}\\ffmpeg-prefix\\src\\ffmpeg-build\\ffbuild\\" &&
243+
cmake -E echo "--------------------------------- FFMPEG CONFIG LOG START222" &&
241244
type config.log &&
242245
cmake -E echo "----------------------------------- FFMPEG CONFIG LOG END" &&
243246
exit 1

0 commit comments

Comments
 (0)