mirror of
https://git.suyu.dev/suyu/ext-windows-bin
synced 2024-11-21 06:26:03 -07:00
dc8e66df83
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}") ```
1.5 MiB
1.5 MiB