Remove trailing newline from requirements.txt for ffmpeg
CMake doesn't remove the trailing newline when it reads the requirements.txt related to PR: https://github.com/yuzu-emu/yuzu/pull/8264 ``` file(READ "${FFmpeg_PATH}/requirements.txt" FFmpeg_REQUIRED_DLLS) string(REGEX REPLACE "\n$" "" FFmpeg_REQUIRED_DLLS "${FFmpeg_REQUIRED_DLLS}") ```
This commit is contained in:
parent
6d0cb0439a
commit
dc8e66df83
1 changed files with 0 additions and 0 deletions
Binary file not shown.
Loading…
Reference in a new issue